Searched refs:emu_set_control_reg (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/afuc/ |
D | emu.c | 198 emu_set_control_reg(emu, src2 + instr->control.uimm, src1); in emu_instr() 463 emu_set_control_reg(emu, 0, 3 << 28); in emu_init() 465 emu_set_control_reg(emu, 0, 1 << 28); in emu_init()
|
D | emu-regs.c | 59 emu_set_control_reg(struct emu *emu, unsigned n, uint32_t val) in emu_set_control_reg() function 322 .set = emu_set_control_reg,
|
D | emu.h | 249 void emu_set_control_reg(struct emu *emu, unsigned n, uint32_t val);
|
D | emu-ui.c | 257 emu_set_control_reg(emu, offset, val); in emu_write_control_prompt()
|