Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xmm5 (0.04 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    			c.checkindex(p, index, 15)
    			Q = 1
    			imm5 = 1
    			imm5 |= index << 1
    		case ARNG_2D:
    			c.checkindex(p, index, 1)
    			Q = 1
    			imm5 = 8
    			imm5 |= index << 4
    		case ARNG_2S:
    			c.checkindex(p, index, 3)
    			Q = 0
    			imm5 = 4
    			imm5 |= index << 3
    		case ARNG_4H:
    			c.checkindex(p, index, 7)
    			Q = 0
    			imm5 = 2
    			imm5 |= index << 2
    		case ARNG_4S:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    	Pq   = 0xff // both escapes: 66 0f
    	Pb   = 0xfe // byte operands
    	Pf2  = 0xf2 // xmm escape 1: f2 0f
    	Pf3  = 0xf3 // xmm escape 2: f3 0f
    	Pef3 = 0xf5 // xmm escape 2 with 16-bit prefix: 66 f3 0f
    	Pq3  = 0x67 // xmm escape 3: 66 48 0f
    	Pq4  = 0x68 // xmm escape 4: 66 0F 38
    	Pq4w = 0x69 // Pq4 with Rex.w 66 0F 38
    	Pq5  = 0x6a // xmm escape 5: F3 0F 38
    	Pq5w = 0x6b // Pq5 with Rex.w F3 0F 38
    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