Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
H A Ddisassemble.h38 bi_disasm_fma(FILE *fp, unsigned bits, struct bifrost_regs *srcs, struct bifrost_regs *next_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool first);
40 void bi_disasm_add(FILE *fp, unsigned bits, struct bifrost_regs *srcs, struct bifrost_regs *next_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool first);
42 void bi_disasm_dest_fma(FILE *fp, struct bifrost_regs *next_regs, bool first);
43 void bi_disasm_dest_add(FILE *fp, struct bifrost_regs *next_regs, bool first);
H A Ddisassemble.c205 bi_disasm_dest_fma(FILE *fp, struct bifrost_regs *next_regs, bool last) in bi_disasm_dest_fma() argument
207 /* If this is the last instruction, next_regs points to the first reg entry. */ in bi_disasm_dest_fma()
208 struct bifrost_reg_ctrl ctrl = DecodeRegCtrl(fp, *next_regs, last); in bi_disasm_dest_fma()
210 fprintf(fp, "r%u:t0", next_regs->reg2); in bi_disasm_dest_fma()
213 fprintf(fp, "r%u:t0", next_regs->reg3); in bi_disasm_dest_fma()
220 bi_disasm_dest_add(FILE *fp, struct bifrost_regs *next_regs, bool last) in bi_disasm_dest_add() argument
222 /* If this is the last instruction, next_regs points to the first reg entry. */ in bi_disasm_dest_add()
223 struct bifrost_reg_ctrl ctrl = DecodeRegCtrl(fp, *next_regs, last); in bi_disasm_dest_add()
226 fprintf(fp, "r%u:t1", next_regs->reg3); in bi_disasm_dest_add()
652 struct bifrost_regs regs, next_regs; in dump_clause() local
[all...]

Completed in 2 milliseconds