Lines Matching refs:InputInt32
84 int32_t disp = InputInt32(NextOffset(offset)); in MemoryOperand()
104 int32_t disp = InputInt32(NextOffset(offset)); in MemoryOperand()
128 int32_t disp = InputInt32(NextOffset(offset)); in MemoryOperand()
353 auto index2 = i.InputInt32(2); \
361 auto length = i.InputInt32(3); \
406 auto index2 = i.InputInt32(2); \
414 auto length = i.InputInt32(3); \
461 auto index2 = i.InputInt32(2); \
472 auto length = i.InputInt32(3); \
515 auto index2 = i.InputInt32(2); \
525 auto length = i.InputInt32(3); \
618 int stack_param_delta = i.InputInt32(instr->InputCount() - 1); in AssembleArchInstruction()
651 int stack_param_delta = i.InputInt32(instr->InputCount() - 1); in AssembleArchInstruction()
670 AssemblePrepareTailCall(i.InputInt32(instr->InputCount() - 1)); in AssembleArchInstruction()
1518 int32_t constant_summand = i.InputInt32(1); in AssembleArchInstruction()
1768 __ cmpl(input, Immediate(i.InputInt32(index + 0))); in AssembleArchLookupSwitch()