Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c517 static inline void gen_ext(TCGv res, TCGv val, int opsize, int sign) in gen_ext() function
549 gen_ext(t0, t0, s->cc_op - CC_OP_ADDB, 1); in gen_flush_flags()
564 gen_ext(t0, t0, s->cc_op - CC_OP_SUBB, 1); in gen_flush_flags()
575 gen_ext(QREG_CC_Z, QREG_CC_Z, s->cc_op - CC_OP_CMPB, 1); in gen_flush_flags()
613 gen_ext(tmp, val, opsize, sign); in gen_extend()
621 gen_ext(QREG_CC_N, val, opsize, 1); in gen_logic_cc()
634 gen_ext(QREG_CC_N, dest, opsize, 1); in gen_update_cc_add()
1209 gen_ext(tmp, tmp, op - CC_OP_CMPB, 1); in gen_cc_cond()
2540 gen_ext(QREG_CC_N, QREG_CC_N, opsize, 1); in DISAS_INSN()
3078 gen_ext(QREG_CC_N, QREG_CC_N, opsize, 1); in gen_subx()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc986 static void gen_ext(DisasContext *ctx, int wordsz, int rd, int rs, int rt,
3637 gen_ext(ctx, 32, rd, rs, rt, extract32(ctx->opcode, 6, 5));