/dalvik/vm/mterp/x86/ |
OP_REM_DOUBLE.S | 12 sahf
|
OP_REM_DOUBLE_2ADDR.S | 12 sahf
|
OP_REM_FLOAT.S | 12 sahf
|
OP_REM_FLOAT_2ADDR.S | 12 sahf
|
OP_CMPG_DOUBLE.S | 20 sahf
|
cvtfp_int.S | 51 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
|
/dalvik/vm/mterp/x86-atom/ |
OP_CMPL_FLOAT.S | 47 sahf
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 110 #define X86_FEATURE_LAHF_LM (6*32+ 0) /* LAHF/SAHF in long mode */
|
/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/ |
flag-definitions.h | 116 "enable use of SAHF instruction if available (X64 only)")
|
globals.h | 620 SAHF = 0}; // x86
|
/external/v8/src/x64/ |
assembler-x64.cc | 92 // Get the sahf supported flag, from CPUID(0x80000001) 101 __ and_(rcx, rax); // Bit 0 is set if SAHF instruction supported. 2332 void Assembler::sahf() { function in class:v8::internal::Assembler [all...] |
assembler-x64.h | 347 if (f == SAHF && !FLAG_enable_sahf) return false; 1076 void sahf(); [all...] |
disasm-x64.cc | 114 { 0x9E, UNSET_OP_ORDER, "sahf" }, [all...] |
/system/core/libacc/ |
acc.cpp | [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 747 void sahf();
|
disasm-ia32.cc | 89 {0x9E, "sahf", UNSET_OP_ORDER}, [all...] |
macro-assembler-ia32.cc | 383 sahf(); [all...] |
/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...] |
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | [all...] |