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

  /art/compiler/utils/arm64/
assembler_arm64.cc 63 AddConstant(SP, -adjust);
69 AddConstant(SP, adjust);
72 void Arm64Assembler::AddConstant(Register rd, int32_t value, Condition cond) {
73 AddConstant(rd, rd, value, cond);
76 void Arm64Assembler::AddConstant(Register rd, Register rn, int32_t value,
175 AddConstant(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
562 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offs.Int32Value(), NE);
564 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offs.Int32Value(), AL);
580 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE);
582 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), AL)
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 449 void MipsAssembler::AddConstant(Register rt, Register rs, int32_t value) {
590 AddConstant(SP, SP, -adjust);
595 AddConstant(SP, SP, adjust);
651 AddConstant(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
851 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
854 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
872 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
875 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
    [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc     [all...]
assembler_thumb2.cc     [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 192 void Range::AddConstant(int32_t value) {
    [all...]

Completed in 83 milliseconds