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

  /art/compiler/dex/quick/arm64/
int_arm64.cc 104 RegStorage left_op = RegStorage::InvalidReg(); // The operands. local
112 left_op = zero_reg;
114 left_op = rs_dest;
124 right_op = left_op;
127 right_op = left_op;
130 right_op = left_op;
133 // left_op is zero_reg.
157 OpRegRegImm(kOpAdd, t_reg2, left_op, delta);
170 DCHECK(left_op.Valid() && right_op.Valid());
171 NewLIR4(is_wide ? WIDE(opcode) : opcode, rs_dest.GetReg(), left_op.GetReg(), right_op.GetReg()
    [all...]
codegen_arm64.h 188 void GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
  /art/compiler/dex/quick/arm/
codegen_arm.h 123 void GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
int_arm.cc 206 void ArmMir2Lir::GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
215 OpRegRegReg(kOpSub, rs_dest, left_op, right_op);
223 OpRegReg(kOpCmp, left_op, right_op); // Same?
    [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 122 void GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
int_mips.cc 218 void MipsMir2Lir::GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
224 LIR* ne_branchover = OpCmpBranch(code, left_op, right_op, NULL);
  /art/compiler/dex/quick/x86/
int_x86.cc 209 void X86Mir2Lir::GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
212 DCHECK(!left_op.IsPair() && !right_op.IsPair() && !rs_dest.IsPair());
213 DCHECK(!left_op.IsFloat() && !right_op.IsFloat() && !rs_dest.IsFloat());
222 const bool dest_intersect = IsSameReg(rs_dest, left_op) || IsSameReg(rs_dest, right_op);
229 OpRegReg(kOpCmp, left_op, right_op);
249 OpRegReg(kOpCmp, left_op, right_op);
258 LIR* cmp_branch = OpCmpBranch(code, left_op, right_op, nullptr);
    [all...]
codegen_x86.h 240 void GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 1492 LOperand* left_op; local
    [all...]
simulator-arm.cc 2061 int64_t left_op = static_cast<int32_t>(rm_val); local
2068 uint64_t left_op = static_cast<uint32_t>(rm_val); local
    [all...]
lithium-codegen-arm.cc 1729 LOperand* left_op = instr->left(); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 1486 LOperand* left_op; local
    [all...]
lithium-codegen-mips.cc 1575 LOperand* left_op = instr->left(); local
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 1487 LOperand* left_op; local
    [all...]
lithium-codegen-mips64.cc 1540 LOperand* left_op = instr->left(); local
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 1929 Operand left_op = ToOperand(left); local
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 2197 Operand left_op = ToOperand(left); local
    [all...]

Completed in 354 milliseconds