Home | History | Annotate | Download | only in x64

Lines Matching full:immediate

31   Immediate InputImmediate(size_t index) {
41 Immediate ToImmediate(InstructionOperand* operand) {
45 return Immediate(0);
47 return Immediate(constant.ToInt32());
183 __ subp(rsp, Immediate(kDoubleSize));
186 __ addp(rsp, Immediate(kDoubleSize));
289 __ asm_instr(i.OutputRegister(), Immediate(i.InputInt##width(1))); \
291 __ asm_instr(i.OutputOperand(), Immediate(i.InputInt##width(1))); \
363 __ cmpq(index1, Immediate(length - index2)); \
379 __ cmpl(kScratchRegister, Immediate(length_)); \
416 __ cmpq(index1, Immediate(length - index2)); \
432 __ cmpl(kScratchRegister, Immediate(length_)); \
474 __ cmpq(index1, Immediate(length - index2)); \
489 __ cmpl(kScratchRegister, Immediate(length_)); \
527 __ cmpq(index1, Immediate(length - index2)); \
542 __ cmpl(kScratchRegister, Immediate(length_)); \
570 Immediate value = i.InputImmediate(4); \
571 ASSEMBLE_CHECKED_STORE_INTEGER_IMPL(asm_instr, Immediate); \
579 __ addq(rsp, Immediate(sp_slot_delta * kPointerSize));
588 __ subq(rsp, Immediate(-sp_slot_delta * kPointerSize));
610 __ addp(reg, Immediate(Code::kHeaderSize - kHeapObjectTag));
625 __ addp(reg, Immediate(Code::kHeaderSize - kHeapObjectTag));
720 __ cmpq(result, Immediate(1));
969 __ subq(rsp, Immediate(kDoubleSize));
987 __ shrl(rax, Immediate(8));
988 __ andl(rax, Immediate(0xFF));
997 __ addq(rsp, Immediate(kDoubleSize));
1069 __ cmpq(i.OutputRegister(0), Immediate(1));
1098 __ cmpq(i.OutputRegister(0), Immediate(1));
1403 __ movb(operand, Immediate(i.InputInt8(index)));
1421 __ movw(operand, Immediate(i.InputInt16(index)));
1520 __ addl(i.OutputRegister(), Immediate(constant_summand));
1522 __ subl(i.OutputRegister(), Immediate(-constant_summand));
1526 __ shll(i.OutputRegister(), Immediate(1));
1531 __ shll(i.OutputRegister(), Immediate(1));
1533 __ shll(i.OutputRegister(), Immediate(2));
1535 __ shll(i.OutputRegister(), Immediate(3));
1564 __ subq(rsp, Immediate(kDoubleSize));
1709 __ movl(reg, Immediate(0));
1717 __ movl(reg, Immediate(1));
1768 __ cmpl(input, Immediate(i.InputInt32(index + 0)));
1784 __ cmpl(input, Immediate(case_count));
1842 __ subq(rsp, Immediate(stack_shrink_slots * kPointerSize));
1849 __ subp(rsp, Immediate(stack_size));
1897 __ addp(rsp, Immediate(stack_size));
2001 __ movl(dst, Immediate(src_const));