HomeSort by relevance Sort by last modified time
    Searched full:sahf (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /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
  /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/libvpx/examples/includes/geshi/geshi/
asm.php 67 'rcl','rcr','ret','retf','retn','rol','ror','sahf','sal','sar','sbb','scas','scasb','scasw',
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 680 // sahf loads SF, ZF, AF, PF, and CF flags from eax
681 //!char *sahf(char * stream);
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 353 // SAHF - Store contents of %ah into %eflags.
354 SAHF,
    [all...]
X86InstrInfo.td 140 def X86sahf : SDNode<"X86ISD::SAHF", SDTX86sahf>;
    [all...]
  /external/v8/src/
flag-definitions.h 249 "enable use of SAHF instruction if available (X64 only)")
v8globals.h 441 SAHF = 0, // x86
  /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.
2496 void Assembler::sahf() { function in class:v8::internal::Assembler
    [all...]
assembler-x64.h 460 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
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 970 void sahf();
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 349 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
    [all...]

Completed in 2292 milliseconds

1 2 3 4