HomeSort by relevance Sort by last modified time
    Searched defs:rl_dest (Results 1 - 11 of 11) sorted by null

  /art/compiler/dex/quick/arm/
fp_arm.cc 23 void ArmMir2Lir::GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest,
54 StoreValue(rl_dest, rl_result);
57 GenNegFloat(rl_dest, rl_src1);
64 rl_result = EvalLoc(rl_dest, kFPReg, true);
66 StoreValue(rl_dest, rl_result);
70 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) {
96 StoreValueWide(rl_dest, rl_result);
99 GenNegDouble(rl_dest, rl_src1);
109 rl_result = EvalLoc(rl_dest, kFPReg, true);
110 DCHECK(rl_dest.wide)
361 RegLocation rl_dest = info->result; local
379 RegLocation rl_dest = info->result; local
405 RegLocation rl_dest = InlineTargetWide(info); \/\/ double place for result local
    [all...]
int_arm.cc 122 void ArmMir2Lir::GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) {
147 StoreValue(rl_dest, rl_temp);
233 RegLocation rl_dest = mir_graph_->GetDest(mir); local
236 RegisterClass result_reg_class = rl_dest.ref ? kRefReg : kCoreReg;
243 rl_result = EvalLoc(rl_dest, result_reg_class, true);
286 rl_result = EvalLoc(rl_dest, result_reg_class, true);
302 StoreValue(rl_dest, rl_result);
493 RegLocation rl_src, RegLocation rl_dest, int lit) {
505 RegLocation rl_result = EvalLoc(rl_dest, kCoreReg, true);
509 // rl_dest and rl_src might overlap
740 RegLocation rl_dest = InlineTarget(info); local
754 RegLocation rl_dest = InlineTarget(info); local
806 RegLocation rl_dest = InlineTarget(info); \/\/ boolean place for result local
    [all...]
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 24 void Arm64Mir2Lir::GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest,
51 StoreValue(rl_dest, rl_result);
54 GenNegFloat(rl_dest, rl_src1);
61 rl_result = EvalLoc(rl_dest, kFPReg, true);
63 StoreValue(rl_dest, rl_result);
67 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) {
99 StoreValueWide(rl_dest, rl_result);
102 GenNegDouble(rl_dest, rl_src1);
112 rl_result = EvalLoc(rl_dest, kFPReg, true);
113 DCHECK(rl_dest.wide)
348 RegLocation rl_dest = info->result; local
366 RegLocation rl_dest = info->result; local
382 RegLocation rl_dest = InlineTargetWide(info); \/\/ double place for result local
392 RegLocation rl_dest = InlineTargetWide(info); local
402 RegLocation rl_dest = InlineTargetWide(info); local
412 RegLocation rl_dest = InlineTargetWide(info); local
424 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); local
445 RegLocation rl_dest = (is_double) ? InlineTargetWide(info) : InlineTarget(info); local
    [all...]
int_arm64.cc 49 void Arm64Mir2Lir::GenCmpLong(RegLocation rl_dest, RegLocation rl_src1,
54 rl_result = EvalLoc(rl_dest, kCoreReg, true);
60 StoreValue(rl_dest, rl_result);
63 void Arm64Mir2Lir::GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
84 RegLocation rl_result = EvalLocWide(rl_dest, kCoreReg, true);
86 StoreValueWide(rl_dest, rl_result);
186 // rl_src may be aliased with rl_result/rl_dest, so do compare early.
189 RegLocation rl_dest = mir_graph_->GetDest(mir);
193 RegLocation rl_result = EvalLoc(rl_dest, rl_dest.ref ? kRefReg : kCoreReg, true)
647 RegLocation rl_dest = InlineTargetWide(info); local
664 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); local
675 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); local
714 RegLocation rl_dest = InlineTarget(info); \/\/ boolean place for result local
1691 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); \/\/ result reg local
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 25 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) {
52 GenRemFP(rl_dest, rl_src1, rl_src2, false /* is_double */);
55 GenNegFloat(rl_dest, rl_src1);
62 rl_result = EvalLoc(rl_dest, kFPReg, true);
72 StoreValue(rl_dest, rl_result);
76 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) {
77 DCHECK(rl_dest.wide);
78 DCHECK(rl_dest.fp);
105 GenRemFP(rl_dest, rl_src1, rl_src2, true /* is_double */);
108 GenNegDouble(rl_dest, rl_src1)
588 RegLocation rl_dest = InlineTargetWide(info); \/\/ double place for result local
601 RegLocation rl_dest = InlineTarget(info); local
645 RegLocation rl_dest = InlineTargetWide(info); local
712 RegLocation rl_dest = InlineTargetWide(info); local
746 RegLocation rl_dest = InlineTarget(info); local
    [all...]
int_x86.cc 34 void X86Mir2Lir::GenCmpLong(RegLocation rl_dest, RegLocation rl_src1,
39 RegLocation rl_result = EvalLoc(rl_dest, kCoreReg, true);
47 StoreValue(rl_dest, rl_result);
69 StoreValue(rl_dest, rl_result);
273 RegLocation rl_dest = mir_graph_->GetDest(mir); local
276 RegisterClass result_reg_class = rl_dest.ref ? kRefReg : kCoreReg;
288 rl_result = EvalLoc(rl_dest, result_reg_class, true);
294 rl_result = EvalLoc(rl_dest, result_reg_class, true);
351 rl_result = EvalLoc(rl_dest, result_reg_class, true);
381 StoreValue(rl_dest, rl_result)
815 RegLocation rl_dest = (is_long) ? InlineTargetWide(info) : InlineTarget(info); local
858 RegLocation rl_dest = size == k64 ? InlineTargetWide(info) : InlineTarget(info); local
1056 RegLocation rl_dest = InlineTarget(info); \/\/ boolean place for result local
    [all...]
target_x86.cc 909 void X86Mir2Lir::GenConstWide(RegLocation rl_dest, int64_t value) {
911 rl_dest = UpdateLocWide(rl_dest);
912 if ((rl_dest.location == kLocDalvikFrame) ||
913 (rl_dest.location == kLocCompilerTemp)) {
917 int displacement = SRegOffset(rl_dest.s_reg_low);
930 Mir2Lir::GenConstWide(rl_dest, value);
1283 RegLocation rl_dest = InlineTarget(info); local
2145 RegLocation rl_dest = mir_graph_->GetDest(mir); local
2237 RegLocation rl_dest = mir_graph_->GetDest(mir); local
2879 RegLocation rl_dest = InlineTarget(info); local
2894 RegLocation rl_dest = InlineTarget(info); local
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 44 void MipsMir2Lir::GenCmpLong(RegLocation rl_dest, RegLocation rl_src1,
50 RegLocation rl_result = EvalLoc(rl_dest, kCoreReg, true);
62 StoreValue(rl_dest, rl_result);
238 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2,
241 RegLocation rl_result = EvalLoc(rl_dest, kCoreReg, true);
250 RegLocation MipsMir2Lir::GenDivRemLit(RegLocation rl_dest, RegStorage reg1, int lit,
255 RegLocation rl_result = EvalLoc(rl_dest, kCoreReg, true);
265 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegLocation rl_src1,
268 return rl_dest;
271 RegLocation MipsMir2Lir::GenDivRemLit(RegLocation rl_dest, RegLocation rl_src1, int lit, bool is_div)
303 RegLocation rl_dest = InlineTarget(info); local
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 163 void Mir2Lir::LoadArgDirect(int in_position, RegLocation rl_dest) {
182 if (!rl_dest.wide) {
185 OpRegCopy(rl_dest.reg, reg);
187 Load32Disp(TargetPtrReg(kSp), offset, rl_dest.reg);
193 OpRegCopy(rl_dest.reg, reg);
195 LoadBaseDisp(TargetPtrReg(kSp), offset, rl_dest.reg, k64, kNotVolatile);
205 if (rl_dest.reg.IsDouble() && (reg_arg_low.Valid() != reg_arg_high.Valid())) {
214 OpRegCopyWide(rl_dest.reg, RegStorage::MakeRegPair(reg_arg_low, reg_arg_high));
216 OpRegCopy(rl_dest.reg, reg_arg_low);
218 Load32Disp(TargetPtrReg(kSp), offset_high, rl_dest.reg.GetHigh())
246 RegLocation rl_dest = wide ? GetReturnWide(ret_reg_class) : GetReturn(ret_reg_class); local
311 RegLocation rl_dest = wide ? GetReturnWide(reg_class) : GetReturn(reg_class); local
333 RegLocation rl_dest = GetReturn(ShortyToRegClass(cu_->shorty[0])); local
391 RegLocation rl_dest = mir_graph_->GetBadLoc(); local
1068 RegLocation rl_dest = mir_graph_->GetDest(mir); local
    [all...]
gen_invoke.cc 1217 RegLocation rl_dest = InlineTarget(info); local
1281 RegLocation rl_dest = InlineTarget(info); local
1304 RegLocation rl_dest = InlineTarget(info); local
1335 RegLocation rl_dest = (size == k64) ? InlineTargetWide(info) : InlineTarget(info); \/\/ result reg local
1371 RegLocation rl_dest = InlineTarget(info); local
1389 RegLocation rl_dest = InlineTargetWide(info); local
1459 RegLocation rl_dest = InlineTarget(info); local
1470 RegLocation rl_dest = InlineTargetWide(info); local
1532 RegLocation rl_dest = InlineTarget(info); local
1566 RegLocation rl_dest = InlineTarget(info); local
1572 RegLocation rl_dest = InlineTarget(info); local
1612 RegLocation rl_dest = is_long ? InlineTargetWide(info) : InlineTarget(info); \/\/ result reg local
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 195 art::llvm::IntrinsicHelper::IntrinsicId id, RegLocation rl_dest) {
199 DefineValue(res, rl_dest.orig_sreg);
271 void MirConverter::ConvertMoveException(RegLocation rl_dest) {
275 DefineValue(res, rl_dest.orig_sreg);
296 RegLocation rl_dest, RegLocation rl_src) {
303 DefineValue(res, rl_dest.orig_sreg);
408 void MirConverter::ConvertFPArithOp(OpKind op, RegLocation rl_dest,
422 DefineValue(res, rl_dest.orig_sreg);
426 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) {
432 DefineValue(res, rl_dest.orig_sreg)
707 RegLocation rl_dest = mir_graph_->GetBadLoc(); local
1561 RegLocation rl_dest = mir_graph_->reg_location_[mir->ssa_rep->defs[0]]; local
1603 RegLocation rl_dest = mir_graph_->reg_location_[mir->ssa_rep->defs[0]]; local
    [all...]

Completed in 801 milliseconds