Searched refs:bifrost_regs (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | disassemble.h | 38 bi_disasm_fma(FILE *fp, unsigned bits, struct bifrost_regs *srcs, struct bifrost_regs *next_regs, u… 40 void bi_disasm_add(FILE *fp, unsigned bits, struct bifrost_regs *srcs, struct bifrost_regs *next_re… 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); 45 void dump_src(FILE *fp, unsigned src, struct bifrost_regs srcs, unsigned branch_offset, struct bi_c…
|
D | disassemble.c | 56 static unsigned get_reg0(struct bifrost_regs regs) in get_reg0() 64 static unsigned get_reg1(struct bifrost_regs regs) in get_reg1() 136 static struct bifrost_reg_ctrl DecodeRegCtrl(FILE *fp, struct bifrost_regs regs, bool first) in DecodeRegCtrl() 162 static void dump_regs(FILE *fp, struct bifrost_regs srcs, bool first) in dump_regs() 205 bi_disasm_dest_fma(FILE *fp, struct bifrost_regs *next_regs, bool last) in bi_disasm_dest_fma() 220 bi_disasm_dest_add(FILE *fp, struct bifrost_regs *next_regs, bool last) in bi_disasm_dest_add() 304 static void dump_fau_src(FILE *fp, struct bifrost_regs srcs, unsigned branch_offset, struct bi_cons… in dump_fau_src() 365 dump_src(FILE *fp, unsigned src, struct bifrost_regs srcs, unsigned branch_offset, struct bi_consta… in dump_src() 652 struct bifrost_regs regs, next_regs; in dump_clause()
|
D | bifrost.h | 226 struct bifrost_regs { struct
|
D | bi_pack.c | 190 struct bifrost_regs s = { 0 }; in bi_pack_registers()
|