Searched refs:op_queue (Results 1 – 1 of 1) sorted by relevance
460 } op_queue; variable550 ret = op_queue.projected_size; in enqueue_op()551 op->m_brig_op_offset = op_queue.projected_size; in enqueue_op()553 if (!op_queue.first_op) in enqueue_op()554 op_queue.first_op = op; in enqueue_op()556 op_queue.last_op->m_next = op; in enqueue_op()557 op_queue.last_op = op; in enqueue_op()560 op_queue.projected_size += sizeof (struct BrigOperandConstantBytes); in enqueue_op()562 op_queue.projected_size += sizeof (struct BrigOperandRegister); in enqueue_op()564 op_queue.projected_size += sizeof (struct BrigOperandAddress); in enqueue_op()[all …]