Home | History | Annotate | Download | only in jit

Lines Matching defs:op1

421     unsigned op1 = currentInstruction[1].u.operand;
427 if (isOperandConstantImmediateInt(op1)) {
430 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op1).asInt32())), target);
435 emitLoad(op1, regT1, regT0);
441 emitLoad2(op1, regT1, regT0, op2, regT3, regT2);
449 unsigned op1 = currentInstruction[1].u.operand;
453 if (!isOperandConstantImmediateInt(op1) && !isOperandConstantImmediateInt(op2))
458 stubCall.addArgument(op1);
930 unsigned op1 = currentInstruction[2].u.operand;
953 stubCallEq.addArgument(op1);
1896 unsigned op1 = currentInstruction[1].u.operand;
1900 emitGetVirtualRegister(op1, regT0);
1909 emitGetVirtualRegisters(op1, regT0, op2, regT1);