HomeSort by relevance Sort by last modified time
    Searched refs:INVPCID (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
invpcid.s 1 # Check INVPCID instruction
5 invpcid (%eax), %edx
8 invpcid edx,[eax]
x86-64-invpcid.s 1 # Check 64bit INVPCID instruction
5 invpcid (%rax), %rdx
8 invpcid rdx,[rax]
invpcid.d 3 #name: i386 INVPCID insns
11 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid \(%eax\),%edx
12 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid \(%eax\),%edx
x86-64-invpcid.d 3 #name: x86-64 INVPCID insns
11 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid \(%rax\),%rdx
12 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid \(%rax\),%rdx
inval-invpcid.s 1 # Check illegal INVPCID instructions
4 invpcid (%ecx), %bx
5 invpcid %ebx, (%ecx)
6 invpcid %ebx, %ecx
9 invpcid bx, [ecx]
10 invpcid [ecx], ebx
11 invpcid ecx, ebx
inval-invpcid.l 11 [ ]*1[ ]+\# Check illegal INVPCID instructions
14 [ ]*4[ ]+invpcid \(%ecx\), %bx
15 [ ]*5[ ]+invpcid %ebx, \(%ecx\)
16 [ ]*6[ ]+invpcid %ebx, %ecx
19 [ ]*9[ ]+invpcid bx, \[ecx\]
20 [ ]*10[ ]+invpcid \[ecx\], ebx
21 [ ]*11[ ]+invpcid ecx, ebx
invpcid-intel.d 3 #name: i386 INVPCID insns (Intel disassembly)
4 #source: invpcid.s
12 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid edx,\[eax\]
13 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid edx,\[eax\]
x86-64-invpcid-intel.d 3 #name: x86-64 INVPCID insns (Intel disassembly)
4 #source: x86-64-invpcid.s
12 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid rdx,\[rax\]
13 [ ]*[a-f0-9]+: 66 0f 38 82 10 invpcid rdx,\[rax\]
x86-64-inval-invpcid.s 1 # Check illegal 64bit INVPCID instructions
x86-64-inval-invpcid.l 13 [ ]*1[ ]+\# Check illegal 64bit INVPCID instructions
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 83 bool INVPCID(void) { return CPU_Rep.f_7_EBX_[10]; }
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 607 PRINT_BIT_FIELD (Ebx, INVPCID);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]

Completed in 287 milliseconds