Home
last modified time | relevance | path

Searched refs:ins (Results 1 – 6 of 6) sorted by relevance

/qemu/target/i386/emulate/
H A Dx86_emu.c471 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 Dx86_emu.h40 bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
/qemu/linux-user/sparc/
H A Dsignal.c28 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 Dtrace-events33 cpuhp_acpi_cpu_has_events(uint32_t idx, bool ins, bool rm) "idx[0x%"PRIx32"] inserting: %d, removin…
/qemu/target/loongarch/tcg/
H A Dvec_helper.c3477 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 Dqapi-code-gen.rst430 built-ins, it accepts a JSON number; if it is typed as a 'str'