Searched refs:gen_trap (Results 1 – 4 of 4) sorted by relevance
/qemu/target/s390x/tcg/ |
H A D | translate.c | 433 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 D | micromips_translate.c.inc | 1049 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 D | nanomips_translate.c.inc | 1260 gen_trap(ctx, OPC_TEQ, rs, rt, -1, rd); 1264 gen_trap(ctx, OPC_TNE, rs, rt, -1, rd);
|
H A D | translate.c | 4237 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()
|