Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for rescale (0.13 sec)

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

    	P32  = 0x32 // 32-bit only
    	Pe   = 0x66 // operand escape
    	Pm   = 0x0f // 2byte opcode escape
    	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
    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