Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueAMD64_OpAddr (0.44 sec)

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

    	case OpAdd64F:
    		v.Op = OpAMD64ADDSD
    		return true
    	case OpAdd8:
    		v.Op = OpAMD64ADDL
    		return true
    	case OpAddPtr:
    		v.Op = OpAMD64ADDQ
    		return true
    	case OpAddr:
    		return rewriteValueAMD64_OpAddr(v)
    	case OpAnd16:
    		v.Op = OpAMD64ANDL
    		return true
    	case OpAnd32:
    		v.Op = OpAMD64ANDL
    		return true
    	case OpAnd64:
    		v.Op = OpAMD64ANDQ
    		return true
    	case OpAnd8:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top