Searched refs:ins (Results 1 – 6 of 6) sorted by relevance
/qemu/target/i386/emulate/ |
H A D | x86_emu.c | 471 struct x86_decode *ins), int rep) in string_rep() argument 1190 void (*handler)(CPUX86State *env, struct x86_decode *ins); 1246 bool exec_instruction(CPUX86State *env, struct x86_decode *ins) in exec_instruction() argument 1248 if (!_cmd_handler[ins->cmd].handler) { in exec_instruction() 1250 ins->cmd, ins->opcode[0], in exec_instruction() 1251 ins->opcode_len > 1 ? ins->opcode[1] : 0); in exec_instruction() 1252 env->eip += ins->len; in exec_instruction() 1256 _cmd_handler[ins->cmd].handler(env, ins); in exec_instruction()
|
H A D | x86_emu.h | 40 bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
|
/qemu/linux-user/sparc/ |
H A D | signal.c | 28 abi_ulong ins[8]; member 190 __put_user(env->regwptr[i + WREG_I0], &win->ins[i]); in save_reg_win()
|
/qemu/hw/acpi/ |
H A D | trace-events | 33 cpuhp_acpi_cpu_has_events(uint32_t idx, bool ins, bool rm) "idx[0x%"PRIx32"] inserting: %d, removin…
|
/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 3477 int i, ins, extr, max; \ 3483 ins = (imm >> 4) & MASK; \ 3486 Vd->E(ins + i * max) = Vj->E(extr + i * max); \
|
/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 430 built-ins, it accepts a JSON number; if it is typed as a 'str'
|