Searched refs:op_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp287 for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) {
288 const MachineOperand &MO = MI.getOperand(op_idx);
358 for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) {
359 const MachineOperand &MO = MI.getOperand(op_idx);
/freebsd-11.0-release/sys/dev/bxe/
H A Decore_init_ops.h257 uint32_t op_idx, op_type, addr, len; local
266 for (op_idx = op_start; op_idx < op_end; op_idx++) {
268 op = (const union init_op *)&(INIT_OPS(sc)[op_idx]);
317 op_idx += op->if_mode.cmd_offset;
325 op_idx += op->if_mode.cmd_offset;

Completed in 107 milliseconds