/dalvik/vm/mterp/x86/ |
OP_REM_DOUBLE.S | 11 sahf
|
OP_REM_DOUBLE_2ADDR.S | 11 sahf
|
OP_REM_FLOAT.S | 11 sahf
|
OP_REM_FLOAT_2ADDR.S | 11 sahf
|
OP_CMPG_DOUBLE.S | 19 sahf
|
cvtfp_int.S | 46 sahf
|
/bionic/libm/i387/ |
e_remainderf.S | 16 sahf
|
e_fmod.S | 45 sahf
|
e_remainder.S | 45 sahf
|
s_remquo.S | 39 sahf
|
s_remquof.S | 39 sahf
|
/external/valgrind/main/memcheck/tests/x86/ |
espindola2.c | 28 "sahf\n\t"
|
/external/valgrind/main/none/tests/amd64/ |
slahf-amd64.c | 34 "\t.byte 0x9E\n" /* sahf */
|
/external/valgrind/main/none/tests/x86/ |
bug152818-x86.c | 50 "sahf \t\n" /* loading our eflags */ \
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 110 #define X86_FEATURE_LAHF_LM (6*32+ 0) /* LAHF/SAHF in long mode */
|
/external/libvpx/examples/includes/geshi/geshi/ |
asm.php | 67 'rcl','rcr','ret','retf','retn','rol','ror','sahf','sal','sar','sbb','scas','scasb','scasw',
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 560 #define SAHF CHOICE(sahf, sahf, sahf) [all...] |
/external/v8/src/ |
v8globals.h | 471 SAHF = 0, // x86
|
flag-definitions.h | 163 "enable use of SAHF instruction if available (X64 only)")
|
/external/v8/src/x64/ |
assembler-x64.cc | 111 // Get the sahf supported flag, from CPUID(0x80000001) 120 __ and_(rcx, rax); // Bit 0 is set if SAHF instruction supported. 2486 void Assembler::sahf() { function in class:v8::internal::Assembler [all...] |
assembler-x64.h | 450 if (f == SAHF && !FLAG_enable_sahf) return false; [all...] |
/external/valgrind/main/docs/internals/ |
3_2_BUGSTATUS.txt | 215 vx1749 vx1758 32 143907 sahf/lahf on amd64
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
auto-host.h | 290 /* Define if your assembler supports the sahf mnemonic. */ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
auto-host.h | 290 /* Define if your assembler supports the sahf mnemonic. */ [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
auto-host.h | 302 /* Define if your assembler supports the sahf mnemonic. */ [all...] |