| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| emu.c | 37 #include "emu.h" 51 emu_alu(struct emu *emu, afuc_opc opc, uint32_t src1, uint32_t src2) 57 emu->carry = tmp >> 32; 60 return src1 + src2 + emu->carry; 63 emu->carry = tmp >> 32; 66 return src1 - src2 + emu->carry; 112 load_store_addr(struct emu *emu, unsigned gpr) 116 uintptr_t addr = emu_get_reg32(emu, &LOAD_STORE_HI) [all...] |
| emu-regs.c | 29 #include "emu.h" 50 emu_get_control_reg(struct emu *emu, unsigned n) 52 assert(n < ARRAY_SIZE(emu->control_regs.val)); 54 return emu_get_draw_state_reg(emu, n); 55 return emu->control_regs.val[n]; 59 emu_set_control_reg(struct emu *emu, unsigned n, uint32_t val) 66 assert(n < ARRAY_SIZE(emu->control_regs.val)); 67 BITSET_SET(emu->control_regs.written, n) [all...] |
| emu-ui.c | 34 #include "emu.h" 146 dump_gpr_register(struct emu *emu, unsigned n) 151 if (BITSET_TEST(emu->gpr_regs.written, n)) { 152 printdelta("%08x\n", emu->gpr_regs.val[n]); 154 printf("%08x\n", emu->gpr_regs.val[n]); 159 dump_gpr_registers(struct emu *emu) 161 for (unsigned i = 0; i < ARRAY_SIZE(emu->gpr_regs.val); i++) { 162 dump_gpr_register(emu, i) [all...] |
| emu.h | 151 struct emu { struct 225 void emu_step(struct emu *emu); 226 void emu_run_bootstrap(struct emu *emu); 227 void emu_init(struct emu *emu); 228 void emu_fini(struct emu *emu); 234 uint32_t emu_mem_read_dword(struct emu *emu, uintptr_t gpuaddr) [all...] |
| emu-ds.c | 29 #include "emu.h" 45 emu_get_draw_state_reg(struct emu *emu, unsigned n) 48 return emu->control_regs.val[n]; 52 emu_set_draw_state_reg(struct emu *emu, unsigned n, uint32_t val) 54 struct emu_draw_state *ds = &emu->draw_state; 55 unsigned cur_idx = emu_get_reg32(emu, &DRAW_STATE_SEL); 63 unsigned active_mask = emu_get_reg32(emu, &DRAW_STATE_ACTIVE_BITMASK); 66 emu_set_reg32(emu, &DRAW_STATE_ACTIVE_BITMASK, active_mask) [all...] |
| disasm.c | 42 #include "emu.h" 761 disasm(struct emu *emu) 763 uint32_t sizedwords = emu->sizedwords; 769 emu_init(emu); 773 disasm_instr(emu->instrs, emu->gpr_regs.pc); 774 emu_step(emu); 778 emu_run_bootstrap(emu); 781 if (emu_get_reg64(emu, &CP_LPAC_SQE_INSTR_BASE)) 970 struct emu emu = { local [all...] |
| /xsrc/external/mit/xterm/dist/ |
| resize.c | 347 int emu = VT100; local 376 emu = SUN; 380 if (emu == SUN) 382 emu = SUN; 428 if (!setsize[emu]) { 431 myname, emuname[emu]); 516 strlen(setsize[emu]) + 524 sprintf(tmpbuf, setsize[emu], argv[0], argv[1]); 529 if (getattr[emu]) { 531 IGNORE_RC(write(tty, getattr[emu], strlen(getattr[emu]))) [all...] |
| /xsrc/external/mit/freetype/dist/builds/amiga/ |
| makefile | 59 CFLAGS = -DFT2_BUILD_LIBRARY -O2 -I/emu/emulinclude/includegcc -I/emu/include -Iinclude -I$(FTSRC) -I/FT/include
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| 00-mesa-defaults.conf | 471 <application name="Dolphin Emulator" executable="dolphin-emu">
|