Lines Matching defs:index

378     case kArray:  // lir operands - 0: base, 1: index, 2: scale, 3: disp
382 case kArrayReg: // lir operands - 0: base, 1: index, 2: scale, 3: disp, 4: reg
392 case kRegArray: // lir operands - 0: reg, 1: base, 2: index, 3: scale, 4: disp
408 case kArrayImm: // lir operands - 0: base, 1: index, 2: scale, 3: disp 4: immediate
416 case kRegArrayImm: // lir operands - 0: reg, 1: base, 2: index, 3: scale, 4: disp, 5: imm
427 case kShiftArrayImm: // lir operands - 0: base, 1: index, 2: scale, 3: disp 4: immediate
435 case kShiftArrayCl: // lir operands - 0: base, 1: index, 2: scale, 3: disp, 4: reg
441 case kArrayCond: // lir operands - 0: base, 1: index, 2: scale, 3: disp, 4: cond
466 case kX86CallA: // lir operands - 0: base, 1: index, 2: scale, 3: disp
476 // lir operands - 0: reg, 1: base, 2: index, 3: scale, 4: table
624 void X86Mir2Lir::EmitRegArray(const X86EncodingMap* entry, uint8_t reg, uint8_t base, uint8_t index,
653 DCHECK_LT(index, 8);
655 uint8_t sib = (scale << 6) | (index << 3) | base;
663 void X86Mir2Lir::EmitArrayReg(const X86EncodingMap* entry, uint8_t base, uint8_t index, int scale, int disp,
666 EmitRegArray(entry, reg, base, index, scale, disp);
1092 int base_or_table, uint8_t index, int scale, int table_or_disp) {
1121 DCHECK_LT(index, 8);
1124 uint8_t sib = (scale << 6) | (index << 3) | base;
1313 case kArrayReg: // lir operands - 0: base, 1: index, 2: scale, 3: disp, 4: reg
1320 case kRegArray: // lir operands - 0: reg, 1: base, 2: index, 3: scale, 4: disp
1379 case kPcRel: // lir operands - 0: reg, 1: base, 2: index, 3: scale, 4: table