Lines Matching refs:j
70 for (let j = 0; j < operands.length; ++j) {
71 if (operands[j] instanceof VReg) {
72 if ((<VReg>operands[j]).num >= (1 << format[j][1])) {
84 for (let j = 0; j < operands.length; ++j) {
85 if (operands[j] instanceof VReg) {
86 let vOrigin = <VReg>operands[j];
87 if (vOrigin.num >= (1 << format[j][1])) {
89 operands[j] = spill;
90 if (format[j][0] === OperandKind.SrcVReg) {
92 } else if (format[j][0] === OperandKind.DstVReg) {
94 } else if (format[j][0] === OperandKind.SrcDstVReg) {
182 for (let j = 0; j < formats.length; ++j) {
183 let num = this.getNumOfInvalidVregs(operands, formats[j]);
185 minFormat = formats[j];
234 for (let j = 0; j < formats.length; ++j) {
235 let num = this.getNumOfInvalidVregs(operands, formats[j]);