Searched defs:decode (Results 1 – 11 of 11) sorted by relevance
/qemu/target/i386/emulate/ |
H A D | x86_emu.c | 45 #define EXEC_2OP_FLAGS_CMD(env, decode, cmd, FLAGS_FUNC, save_res) \ argument 172 void write_val_ext(CPUX86State *env, struct x86_decode_op *decode, target_ulong val, int size) in write_val_ext() 214 target_ulong read_val_ext(CPUX86State *env, struct x86_decode_op *decode, int size) in read_val_ext() 223 static void fetch_operands(CPUX86State *env, struct x86_decode *decode, in fetch_operands() 262 static void exec_mov(CPUX86State *env, struct x86_decode *decode) in exec_mov() 271 static void exec_add(CPUX86State *env, struct x86_decode *decode) in exec_add() 277 static void exec_or(CPUX86State *env, struct x86_decode *decode) in exec_or() 283 static void exec_adc(CPUX86State *env, struct x86_decode *decode) in exec_adc() 289 static void exec_sbb(CPUX86State *env, struct x86_decode *decode) in exec_sbb() 295 static void exec_and(CPUX86State *env, struct x86_decode *decode) in exec_and() [all …]
|
H A D | x86_decode.c | 27 static void decode_invalid(CPUX86State *env, struct x86_decode *decode) in decode_invalid() 59 static inline uint64_t decode_bytes(CPUX86State *env, struct x86_decode *decode, in decode_bytes() 81 static inline uint8_t decode_byte(CPUX86State *env, struct x86_decode *decode) in decode_byte() 86 static inline uint16_t decode_word(CPUX86State *env, struct x86_decode *decode) in decode_word() 91 static inline uint32_t decode_dword(CPUX86State *env, struct x86_decode *decode) in decode_dword() 96 static inline uint64_t decode_qword(CPUX86State *env, struct x86_decode *decode) in decode_qword() 101 static void decode_modrm_rm(CPUX86State *env, struct x86_decode *decode, in decode_modrm_rm() 107 static void decode_modrm_reg(CPUX86State *env, struct x86_decode *decode, in decode_modrm_reg() 116 static void decode_rax(CPUX86State *env, struct x86_decode *decode, in decode_rax() 126 static inline void decode_immediate(CPUX86State *env, struct x86_decode *decode, in decode_immediate() [all …]
|
/qemu/tests/tcg/aarch64/ |
H A D | pauth-2.c | 24 uint64_t encode, decode; in do_test() local
|
/qemu/tests/ |
H A D | meson.build | 79 subdir('decode') subdir
|
/qemu/target/i386/hvf/ |
H A D | hvf.c | 805 struct x86_decode decode; in hvf_vcpu_exec() local 845 struct x86_decode decode; in hvf_vcpu_exec() local 950 struct x86_decode decode; in hvf_vcpu_exec() local
|
/qemu/target/i386/tcg/ |
H A D | translate.c | 1873 static void gen_bndck(DisasContext *s, X86DecodedInsn *decode, in gen_bndck() 1890 static void gen_ld_modrm(DisasContext *s, X86DecodedInsn *decode, MemOp ot) in gen_ld_modrm() 1906 static void gen_st_modrm(DisasContext *s, X86DecodedInsn *decode, MemOp ot) in gen_st_modrm() 2454 static void gen_x87(DisasContext *s, X86DecodedInsn *decode) in gen_x87() 3016 static void gen_multi0F(DisasContext *s, X86DecodedInsn *decode) in gen_multi0F()
|
H A D | decode-new.h | 281 X86DecodeFunc decode; member
|
/qemu/contrib/elf2dmp/ |
H A D | main.c | 75 bool decode = false; in get_kdbg() local
|
/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 91 xtensa_immed_decode_fn decode; /* Decode the value from the field. */ member
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | device.rs | 776 fn decode(&self, mut addr: hwaddr, size: u32) -> HPETAddrDecode { in decode() method
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 2817 decode_unicode_fn decode, in convert_unicode()
|