Lines Matching refs:Int32

130     GateRef currentInst2 = Int32LSL(currentInst1, Int32(8));  // 8 : set as high 8 bits
143 GateRef currentInst1 = Int32LSL(currentInst, Int32(8)); // 8 : set as high 8 bits
145 GateRef currentInst3 = Int32LSL(currentInst2, Int32(8)); // 8 : set as high 8 bits
147 GateRef currentInst5 = Int32LSL(currentInst4, Int32(8)); // 8 : set as high 8 bits
345 Int32LSR(bitfield, Int32(JSGeneratorObject::ResumeModeBits::START_BIT)),
346 Int32((1LU << JSGeneratorObject::ResumeModeBits::SIZE) - 1));
354 Int32LSR(bitfield, Int32(JSAsyncGeneratorObject::ResumeModeBits::START_BIT)),
355 Int32((1LU << JSAsyncGeneratorObject::ResumeModeBits::SIZE) - 1));
457 DEFVARIABLE(i, VariableType::INT32(), Int32(0));
464 i = Int32Add(*i, Int32(1)); // 1 : set as high 1 bits
488 i = Int32Sub(*i, Int32(1)); // 1 : set as high 1 bits
503 DEFVARIABLE(numArgs, VariableType::INT32(), Int32(0));
528 Int32(sizeof(JSTaggedType)))),
548 numArgs = Int32(0);
611 GateRef currentInst1 = Int32LSL(currentInst, Int32(8)); // 8 : set as high 8 bits
613 GateRef currentInst3 = Int32LSL(currentInst2, Int32(8)); // 8 : set as high 8 bits
615 GateRef currentInst5 = Int32LSL(currentInst4, Int32(8)); // 8 : set as high 8 bits
625 GateRef currentInst1 = Int32LSL(currentInst, Int32(8)); // 8 : set as high 8 bits
627 GateRef currentInst3 = Int32LSL(currentInst2, Int32(8)); // 8 : set as high 8 bits
629 GateRef currentInst5 = Int32LSL(currentInst4, Int32(8)); // 8 : set as high 8 bits
639 GateRef currentInst1 = Int32LSL(currentInst, Int32(8)); // 8 : set as high 8 bits
641 GateRef currentInst3 = Int32LSL(currentInst2, Int32(8)); // 8 : set as high 8 bits
643 GateRef currentInst5 = Int32LSL(currentInst4, Int32(8)); // 8 : set as high 8 bits