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.c434 static inline void gen_trap(DisasContext *s) in gen_trap() function
2176 gen_trap(s); in op_ct()
2780 gen_trap(s); in op_lat()
2791 gen_trap(s); in op_lgat()
2802 gen_trap(s); in op_lfhat()
2814 gen_trap(s); in op_llgfat()
2825 gen_trap(s); in op_llgtat()
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1053 gen_trap(ctx, mips32_op, rs, rt, -1, extract32(ctx->opcode, 12, 4));
2442 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.c4453 static void gen_trap(DisasContext *ctx, uint32_t opc, in gen_trap() function
13510 gen_trap(ctx, op1, rs, rt, -1, extract32(ctx->opcode, 6, 10)); in decode_opc_special()
14635 gen_trap(ctx, op1, rs, -1, imm, 0); in decode_opc_legacy()