/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
farithr.asm | 3 fsubr st1
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/ |
gas-farithr.asm | 6 fsubr %st(0),%st(1) 7 fsubr %st(3),%st
|
/external/valgrind/main/none/tests/amd64/ |
insn_fpu.def | 403 fsubr st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643] 404 fsubr st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999] 405 fsubr st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999] 406 fsubr st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643] 407 fsubr st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246] 408 fsubr st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888] 409 fsubr st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888] 410 fsubr st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246] 411 fsubr st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[-7530.8643] 412 fsubr st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[-9999.9999 [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_fpu.def | 403 fsubr st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643] 404 fsubr st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999] 405 fsubr st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999] 406 fsubr st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643] 407 fsubr st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246] 408 fsubr st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888] 409 fsubr st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888] 410 fsubr st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246] 411 fsubr st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[-7530.8643] 412 fsubr st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[-9999.9999 [all...] |
/external/llvm/test/MC/X86/ |
intel-syntax.s | 544 // CHECK: fsubr %st(1) 550 fsubr ST(0), ST(1) label 556 // CHECK: fsubr %st(0), %st(1) 563 fsubr ST(1), ST(0) label 570 // CHECK: fsubr %st(1) 576 fsubr ST(1) label
|
x86-64.s | 1343 // CHECK: fsubr %st(1) 1349 fsubr %st(1), %st(0) label 1356 // CHECK: fsubr %st(0), %st(1) 1362 fsubr %st(0), %st(1) label 1369 // CHECK: fsubr %st(1) 1375 fsubr %st(1) label
|
x86-32.s | 337 // CHECK: fsubr %st(0) 339 fsubr %st(0), %st
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
asm.php | 88 'fsubr','fsubrp','ftst','fwait','fxam','fxch','fxtract','fyl2x','fyl2xp1',
|
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | 756 case 5: /* FSUBR single-real */ 801 case 0xE8 ... 0xEF: /* FSUBR %st(?),%st(0) */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 214 11011000,11101{freg}:fsubr {freg},%st 215 11011100,11101{freg}:fsubr %st,{freg} 216 11011{D}00,{mod}101{r_m}:fsubr{D} {mod}{r_m} [all...] |
/external/elfutils/tests/ |
testfile44.expect.bz2 | |
/external/qemu/ |
i386-dis.c | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrFPStack.td | 234 def SUBR_FST0r : FPST0rInst <0xE8, "fsubr\t$op">; [all...] |
X86FloatingPoint.cpp | [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-objdump | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/ |
objdump | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-objdump | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/ |
objdump | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/ |
i686-linux-objdump | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/ |
objdump | |
/external/valgrind/main/VEX/priv/ |
guest_amd64_toIR.c | [all...] |
guest_x86_toIR.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 269 fsubr, farith_insn, 7, SUF_Z, 0xE0, 0xE8, 0x05, 0, CPU_FPU, 0, 0 [all...] |