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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 252 Mnemonic_MULSD, // Multiply Scalar Double-Precision Floating-Point Values
encoder.inl 426 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_MULSD : Mnemonic_MULSS, args);
433 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_MULSD : Mnemonic_MULSS, args);
enc_defs.h 557 Mnemonic_MULSD, // Multiply 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 32 milliseconds