Searched refs:op_idx (Results 1 – 3 of 3) sorted by relevance
56 for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) { in EmitProgramInfoR600() local57 const MachineOperand &MO = MI.getOperand(op_idx); in EmitProgramInfoR600()
265 int op_idx = 0; in InstructionLengthDecode() 274 if (op_idx >= bytes_len) in InstructionLengthDecode() 277 ret.primary_opcode = inst_bytes[op_idx]; in InstructionLengthDecode() 293 op_idx++; in InstructionLengthDecode() 314 op_idx++; in InstructionLengthDecode() 321 if (!is_exec_mode_64b && (inst_bytes[op_idx + 1] & 0xc0) != 0xc0) { in InstructionLengthDecode() 327 ret.primary_opcode = inst_bytes[op_idx + 2]; in InstructionLengthDecode() 328 ret.modrm = inst_bytes[op_idx + 3]; in InstructionLengthDecode() 332 if (!is_exec_mode_64b && (inst_bytes[op_idx + 1] & 0xc0) != 0xc0) { in InstructionLengthDecode() 336 ret.opcode_len = inst_bytes[op_idx in InstructionLengthDecode() 260 int op_idx = 0; InstructionLengthDecode() local [all...]
257 uint32_t op_idx, op_type, addr, len; in ecore_init_block() local266 for (op_idx = op_start; op_idx < op_end; op_idx++) { in ecore_init_block()268 op = (const union init_op *)&(INIT_OPS(sc)[op_idx]); in ecore_init_block()317 op_idx += op->if_mode.cmd_offset; in ecore_init_block()325 op_idx += op->if_mode.cmd_offset; in ecore_init_block()