Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Rxr (0.02 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    			if i >= REG_X0+8 {
    				regrex[i] = Rxr | Rxx | Rxb
    			}
    		}
    		if i >= REG_X16 && i <= REG_X16+15 {
    			reg[i] = (i - REG_X16) & 7
    			if i >= REG_X16+8 {
    				regrex[i] = Rxr | Rxx | Rxb | RxrEvex
    			} else {
    				regrex[i] = RxrEvex
    			}
    		}
    		if i >= REG_Y0 && i <= REG_Y0+15 {
    			reg[i] = (i - REG_Y0) & 7
    			if i >= REG_Y0+8 {
    				regrex[i] = Rxr | Rxx | Rxb
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top