Home | History | Annotate | Download | only in jit

Lines Matching refs:op2imm

277         int32_t op2imm = getConstantOperandImmediateInt(op2);
278 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(op2imm)), target);
324 int32_t op2imm = getConstantOperand(op2).asInt32();;
326 move(Imm32(op2imm), regT1);
430 int32_t op2imm = getConstantOperandImmediateInt(op2);
431 addJump(branch32(LessThan, regT0, Imm32(op2imm)), target);
477 int32_t op2imm = getConstantOperand(op2).asInt32();
479 move(Imm32(op2imm), regT1);
583 int32_t op2imm = getConstantOperandImmediateInt(op2);
584 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, Imm32(op2imm)), target);
631 int32_t op2imm = getConstantOperand(op2).asInt32();;
633 move(Imm32(op2imm), regT1);