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

/dalvik/vm/compiler/codegen/arm/FP/
H A DThumb2VFP.cpp214 bool isDouble; local
220 isDouble = false;
224 isDouble = false;
228 isDouble = true;
232 isDouble = true;
238 if (isDouble) {
/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_wrapper.cpp432 extern "C" ENCODER_DECLARE_EXPORT char * encoder_compare_fp_stack(bool pop, int reg, bool isDouble, char * stream) { argument
438 add_fp(args, reg, isDouble);
/dalvik/vm/compiler/codegen/x86/
H A DLowerAlu.cpp205 int common_fp_to_int(bool isDouble, u2 vA, u2 vB) { argument
206 if(isDouble) {
217 compare_fp_stack(true, 2, false/*isDouble*/); //ST(2)
221 compare_fp_stack(true, 1, false/*isDouble*/); //ST(1)
286 int common_fp_to_long(bool isDouble, u2 vA, u2 vB) { argument
287 if(isDouble) {
297 compare_fp_stack(true, 1, false/*isDouble*/); // Pops ST(1)
304 compare_fp_stack(true, 1, false/*isDouble*/); // Pops ST(1)
339 compare_fp_stack(true, 0, false/*isDouble*/); //ST(0)
349 compare_fp_stack(true, 0, false/*isDouble*/); //S
[all...]
H A DLowerHelper.cpp1179 void compare_fp_stack(bool pop, int reg, bool isDouble) { //compare ST(0) with ST(reg) argument
1181 lower_reg_reg(m, ATOM_NORMAL, isDouble ? OpndSize_64 : OpndSize_32,

Completed in 162 milliseconds