/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
farithr.asm | 4 fsubrp st1
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/ |
gas-farithr.asm | 8 fsubrp %st(0),%st(1) 9 #fsubrp %st(3),%st
|
/external/llvm/test/MC/Disassembler/X86/ |
fp-stack.txt | 916 # CHECK: fsubrp %st(0) 919 # CHECK: fsubrp %st(1) 922 # CHECK: fsubrp %st(2) 925 # CHECK: fsubrp %st(3) 928 # CHECK: fsubrp %st(4) 931 # CHECK: fsubrp %st(5) 934 # CHECK: fsubrp %st(6) 937 # CHECK: fsubrp %st(7)
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 499 // CHECK: fsubrp %st(1) 506 fsubrp ST(1), ST(0) label 512 // CHECK: fsubrp %st(1) 519 fsubrp ST(0), ST(1) label 525 // CHECK: fsubrp %st(1) 532 fsubrp ST(1) label 538 // CHECK: fsubrp %st(1) 545 fsubrp label
|
x86-64.s | 292 // CHECK: fsubrp %st(1) 303 fsubrp label 562 fsubrp %ST(0), %ST(1) // CHECK: encoding: [0xde,0xe9] label 563 fsubrp %ST(1), %ST(0) // CHECK: encoding: [0xde,0xe9] label 1291 // CHECK: fsubrp %st(1) 1297 fsubrp %st(0), %st(1) label 1304 // CHECK: fsubrp %st(1) 1310 fsubrp %st(1), %st(0) label 1317 // CHECK: fsubrp %st(1) 1323 fsubrp %st(1 label 1336 fsubrp label [all...] |
x86-32-coverage.s | [all...] |
/external/valgrind/main/none/tests/amd64/ |
insn_fpu.def | 419 fsubrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643] 420 fsubrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999] 421 fsubrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999 [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_fpu.def | 419 fsubrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643] 420 fsubrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999] 421 fsubrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/chromium_org/v8/src/x87/ |
assembler-x87.h | 854 void fsubrp(int i = 1); [all...] |
assembler-x87.cc | 1682 void Assembler::fsubrp(int i) { function in class:v8::internal::Assembler [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 871 void fsubrp(int i = 1); [all...] |
assembler-ia32.cc | 1749 void Assembler::fsubrp(int i) { function in class:v8::internal::Assembler [all...] |
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | [all...] |
/external/qemu/disas/ |
i386.c | 82 generate nonsense fsubp, fsubrp, fdivp and fdivrp with operands [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.cc | 2069 void Assembler::fsubrp(int i) { function in class:v8::internal::Assembler [all...] |
assembler-x64.h | [all...] |
/external/elfutils/0.153/libcpu/defs/ |
i386 | 250 11011110,11101{freg}:fsubrp %st,{freg} [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 270 fsubrp, farithp_insn, 3, SUF_Z, 0xE0, 0, 0, 0, CPU_FPU, 0, 0 [all...] |
x86insn_gas.gperf | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.td | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
gen_x86_insn.py | [all...] |
/external/chromium_org/third_party/mach_override/libudis86/ |
itab.c | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_amd64_toIR.c | [all...] |