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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 138 Mnemonic_CVTTSS2SI, // Convert with Truncation Scalar Single-Precision Floating-Point Value to Doubleword Integer
encoder.inl 483 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_CVTTSD2SI : Mnemonic_CVTTSS2SI, args);
490 return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_CVTTSD2SI : Mnemonic_CVTTSS2SI, args);
enc_defs.h 447 Mnemonic_CVTTSS2SI, // Convert with Truncation Scalar Single-Precision Floating-Point Value to Doubleword Integer

Completed in 26 milliseconds