Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.c433 void (*decode_postfix)(CPUX86State *env, struct x86_decode *decode); member
449 void (*decode_postfix)(CPUX86State *env, struct x86_decode *decode); member
485 if (decoder->decode_postfix) { in decode_x87_ins()
486 decoder->decode_postfix(env, decode); in decode_x87_ins()
2067 if (inst_decoder->decode_postfix) { in decode_opcode_general()
2068 inst_decoder->decode_postfix(env, decode); in decode_opcode_general()