Home
last modified time | relevance | path

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

/qemu/target/xtensa/
H A Dtranslate.c606 unsigned n_out; member
644 while (i < a->n_out && j < b->n_in) { in op_depends_on()
679 while (i < a->n_out && j < b->n_in) { in break_dependency()
723 unsigned n_out = 0; in tsort() local
757 sorted[n_out] = slot + i; in tsort()
758 ++n_out; in tsort()
807 assert(op->n_out < ARRAY_SIZE(op->out)); in opcode_add_resource()
808 op->out[op->n_out].resource = resource; in opcode_add_resource()
809 op->out[op->n_out].index = index; in opcode_add_resource()
810 ++op->n_out; in opcode_add_resource()
[all …]