HomeSort by relevance Sort by last modified time
    Searched refs:Mnemonic_DIVSD (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 149 Mnemonic_DIVSD, // Divide Scalar Double-Precision Floating-Point Values
encoder.inl 440 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_DIVSD : Mnemonic_DIVSS, args);
447 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_DIVSD : Mnemonic_DIVSS, args);
enc_defs.h 458 Mnemonic_DIVSD, // Divide Scalar Double-Precision Floating-Point Values
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 89 Mnemonic_MULSD, Mnemonic_Null, Mnemonic_DIVSD, Mnemonic_Null,
    [all...]

Completed in 24 milliseconds