Home
last modified time | relevance | path

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

/qemu/target/s390x/tcg/
H A Dtranslate.c433 static inline void gen_trap(DisasContext *s) in gen_trap() function
2171 gen_trap(s); in op_ct()
2775 gen_trap(s); in op_lat()
2786 gen_trap(s); in op_lgat()
2797 gen_trap(s); in op_lfhat()
2809 gen_trap(s); in op_llgfat()
2820 gen_trap(s); in op_llgtat()
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1049 gen_trap(ctx, mips32_op, rs, rt, -1, extract32(ctx->opcode, 12, 4));
2438 gen_trap(ctx, mips32_op, rs, -1, imm, 0);
H A Dnanomips_translate.c.inc1260 gen_trap(ctx, OPC_TEQ, rs, rt, -1, rd);
1264 gen_trap(ctx, OPC_TNE, rs, rt, -1, rd);
H A Dtranslate.c4237 static void gen_trap(DisasContext *ctx, uint32_t opc, in gen_trap() function
13286 gen_trap(ctx, op1, rs, rt, -1, extract32(ctx->opcode, 6, 10)); in decode_opc_special()
14377 gen_trap(ctx, op1, rs, -1, imm, 0); in decode_opc_legacy()