Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValue386_Op386XORLmodify (0.2 sec)

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

    	case Op386XORLconstmodify:
    		return rewriteValue386_Op386XORLconstmodify(v)
    	case Op386XORLload:
    		return rewriteValue386_Op386XORLload(v)
    	case Op386XORLmodify:
    		return rewriteValue386_Op386XORLmodify(v)
    	case OpAdd16:
    		v.Op = Op386ADDL
    		return true
    	case OpAdd32:
    		v.Op = Op386ADDL
    		return true
    	case OpAdd32F:
    		v.Op = Op386ADDSS
    		return true
    	case OpAdd32carry:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
Back to top