HomeSort by relevance Sort by last modified time
    Searched full:fld_opcode (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/quick/x86/
fp_x86.cc 403 int fld_opcode = is_double ? kX86Fld64M : kX86Fld32M; local
406 LIR *fld_2 = NewLIR2NoDest(fld_opcode, rs_rSP.GetReg(),
411 LIR *fld_1 = NewLIR2NoDest(fld_opcode, rs_rSP.GetReg(),

Completed in 71 milliseconds