OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mnemonic_COMISS
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h
146
Mnemonic_COMISS
, // Compare Scalar Ordered Single-Precision Floating-Point Values and Set EFLAGS
encoder.inl
461
return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_COMISD :
Mnemonic_COMISS
, args);
468
return (char*)EncoderBase::encode(stream, dbl ? Mnemonic_COMISD :
Mnemonic_COMISS
, args);
enc_defs.h
455
Mnemonic_COMISS
, // Compare Scalar Ordered Single-Precision Floating-Point Values and Set EFLAGS
/dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp
[
all
...]
Completed in 27 milliseconds