Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValuePPC64_OpAddr (0.52 sec)

  1. src/cmd/compile/internal/ssa/rewritePPC64.go

    		return true
    	case OpAdd64F:
    		v.Op = OpPPC64FADD
    		return true
    	case OpAdd8:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAddPtr:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAddr:
    		return rewriteValuePPC64_OpAddr(v)
    	case OpAnd16:
    		v.Op = OpPPC64AND
    		return true
    	case OpAnd32:
    		v.Op = OpPPC64AND
    		return true
    	case OpAnd64:
    		v.Op = OpPPC64AND
    		return true
    	case OpAnd8:
    		v.Op = OpPPC64AND
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
Back to top