Home | History | Annotate | Download | only in arm64

Lines Matching defs:AddConstant

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);