Lines Matching refs:InputImmediate
32 Immediate InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::X64OperandConverter
375 __ asm_instr(i.InputRegister(0), i.InputImmediate(1)); \
377 __ asm_instr(i.InputOperand(0), i.InputImmediate(1)); \
395 __ asm_instr(left, i.InputImmediate(index)); \
402 __ asm_instr(i.InputRegister(0), i.InputImmediate(1)); \
404 __ asm_instr(i.InputOperand(0), i.InputImmediate(1)); \
421 i.InputImmediate(1)); \
424 i.InputImmediate(1)); \
1862 __ movl(operand, i.InputImmediate(index)); in AssembleArchInstruction()
1882 __ movq(operand, i.InputImmediate(index)); in AssembleArchInstruction()
2050 __ pushq(i.InputImmediate(0)); in AssembleArchInstruction()
2095 __ movq(Operand(rsp, slot * kPointerSize), i.InputImmediate(0)); in AssembleArchInstruction()