/dalvik/vm/mterp/x86/ |
OP_REM_DOUBLE.S | 10 fstsw %ax
|
OP_REM_DOUBLE_2ADDR.S | 10 fstsw %ax
|
OP_REM_FLOAT.S | 10 fstsw %ax
|
OP_REM_FLOAT_2ADDR.S | 10 fstsw %ax
|
/bionic/libm/i387/ |
e_remainderf.S | 15 fstsw %ax
|
e_fmod.S | 44 fstsw %ax
|
e_remainder.S | 44 fstsw %ax
|
s_remquo.S | 38 fstsw %ax
|
s_remquof.S | 38 fstsw %ax
|
s_tan.S | 52 fstsw %ax
|
/external/valgrind/main/cachegrind/tests/x86/ |
fpu-28-108.S | 19 fstsw fooble
|
/bionic/libm/amd64/ |
s_remquo.S | 40 fstsw %ax
|
s_remquof.S | 40 fstsw %ax
|
/external/valgrind/main/VEX/priv/ |
host_amd64_defs.h | 394 //.. Xin_FpStSW_AX, /* fstsw %ax */ 579 /* Store the FPU status word (fstsw m16) */ 591 //.. /* fstsw %ax */
|
host_x86_defs.h | 369 Xin_FpStSW_AX, /* fstsw %ax */ 554 /* fstsw %ax */
|
host_amd64_defs.c | [all...] |
host_x86_defs.c | [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
asm.php | 87 'fsavew','fscale','fsqrt','fst','fstcw','fstenv','fstenvw','fstp','fstsw','fsub','fsubp',
|
/external/llvm/test/MC/X86/ |
x86-64.s | 480 // rdar://8456378 and PR7557 - fstsw 481 fstsw %ax label 484 fstsw (%rax) label
|
x86-32.s | 810 fstsw 0x7eed
|
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | [all...] |
/external/valgrind/main/none/tests/amd64/ |
gen_insn_test.pl | 829 print qq| \"fstsw %$result->{argnum}\\n\"\n|;
|
/external/valgrind/main/none/tests/x86/ |
gen_insn_test.pl | 793 print qq| \"fstsw %$result->{argnum}\\n\"\n|;
|
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 759 BEGIN_MNEMONIC(FSTSW, MF_NONE, D) [all...] |