Home
last modified time | relevance | path

Searched refs:op_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp56 for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) { in EmitProgramInfoR600() local
57 const MachineOperand &MO = MI.getOperand(op_idx); in EmitProgramInfoR600()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp265 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...]
/freebsd/sys/dev/bxe/
H A Decore_init_ops.h257 uint32_t op_idx, op_type, addr, len; in ecore_init_block() local
266 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()