Home
last modified time | relevance | path

Searched defs:isDouble (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/arm/FP/
DThumb2VFP.cpp214 bool isDouble; in genCmpFP() local
/dalvik/vm/compiler/codegen/x86/
DLowerAlu.cpp205 int common_fp_to_int(bool isDouble, u2 vA, u2 vB) { in common_fp_to_int()
286 int common_fp_to_long(bool isDouble, u2 vA, u2 vB) { in common_fp_to_long()
DLowerHelper.cpp1178 void compare_fp_stack(bool pop, int reg, bool isDouble) { //compare ST(0) with ST(reg) in compare_fp_stack()
/dalvik/vm/compiler/codegen/x86/libenc/
Denc_wrapper.cpp432 extern "C" ENCODER_DECLARE_EXPORT char * encoder_compare_fp_stack(bool pop, int reg, bool isDouble,… in encoder_compare_fp_stack()