utility_mips.cc | 151 int r_scratch = AllocTemp(); local 152 res = LoadConstant(r_scratch, value); 154 NewLIR2(opcode, r_dest_src1, r_scratch); 156 NewLIR3(opcode, r_dest_src1, r_dest_src1, r_scratch); 277 int r_scratch = AllocTemp(); local 278 res = LoadConstant(r_scratch, value); 279 NewLIR3(opcode, r_dest, r_src1, r_scratch); 602 int r_scratch = AllocTemp(); local 603 res = OpRegRegImm(kOpAdd, r_scratch, rBase, displacement); 605 store = NewLIR3(opcode, r_src, 0, r_scratch); [all...] |