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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 150 Mnemonic_DIVSS, // Divide Scalar Single-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 459 Mnemonic_DIVSS, // Divide Scalar Single-Precision Floating-Point Values

Completed in 26 milliseconds