Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CRX (0.01 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/plan9.go

    	case FCMPU, FCMPO, CMPD, CMPDI, CMPLD, CMPLDI, CMPW, CMPWI, CMPLW, CMPLWI:
    		crf := int(inst.Args[0].(CondReg) - CR0)
    		cmpstr := op + " " + args[1] + "," + args[2]
    		if crf != 0 { // print CRx as the final operand if not implied (i.e BF != 0)
    			cmpstr += "," + args[0]
    		}
    		return cmpstr
    
    	case LIS:
    		return "ADDIS $0," + args[1] + "," + args[0]
    	// store instructions with index registers
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 10.9K bytes
    - Viewed (0)
Back to top