Searched defs:AddConstant (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/utils/arm/
H A Dassembler_arm32.cc1239 void Arm32Assembler::AddConstant(Register rd, int32_t value, Condition cond) { function in class:art::arm::Arm32Assembler
1240 AddConstant(rd, rd, value, cond);
1244 void Arm32Assembler::AddConstant(Register rd, Register rn, int32_t value, function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc2290 void Thumb2Assembler::AddConstant(Register rd, int32_t value, Condition cond) { function in class:art::arm::Thumb2Assembler
2291 AddConstant(rd, rd, value, cond);
2295 void Thumb2Assembler::AddConstant(Register rd, Register rn, int32_t value, function in class:art::arm::Thumb2Assembler
/art/compiler/utils/arm64/
H A Dassembler_arm64.cc63 AddConstant(SP, -adjust);
69 AddConstant(SP, adjust);
72 void Arm64Assembler::AddConstant(Register rd, int32_t value, Condition cond) { function in class:art::arm64::Arm64Assembler
73 AddConstant(rd, rd, value, cond);
76 void Arm64Assembler::AddConstant(Register rd, Register rn, int32_t value, function in class:art::arm64::Arm64Assembler
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(scratc
[all...]
/art/compiler/utils/mips/
H A Dassembler_mips.cc449 void MipsAssembler::AddConstant(Register rt, Register rs, int32_t value) { function in class:art::mips::MipsAssembler
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());

Completed in 52 milliseconds