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

  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.inl 94 inline static void add_fp(EncoderBase::Operands & args, unsigned i, bool dbl) {
748 add_fp(args, 0, is_double);
760 add_fp(args, 0, is_long);
766 add_fp(args, 0, false);
776 add_fp(args, 0, is_double);
785 add_fp(args, i, true);
enc_wrapper.cpp 73 inline void add_fp(EncoderBase::Operands & args, unsigned i, bool dbl) { function
397 add_fp(args, reg, size == OpndSize_64/*is_double*/);
411 add_fp(args, reg, size == OpndSize_64/*is_double*/);
438 add_fp(args, reg, isDouble);

Completed in 44 milliseconds