Searched refs:gen_cond_move (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1659 gen_cond_move(ctx, OPC_SELEQZ, rd, rs, rt); 1663 gen_cond_move(ctx, OPC_SELNEZ, rd, rs, rt); 1748 gen_cond_move(ctx, OPC_MOVN, rd, rs, rt); 1757 gen_cond_move(ctx, OPC_MOVZ, rd, rs, rt);
|
H A D | nanomips_translate.c.inc | 1307 gen_cond_move(ctx, OPC_MOVZ, rd, rs, rt); 1310 gen_cond_move(ctx, OPC_MOVN, rd, rs, rt);
|
H A D | translate.c | 2698 static void gen_cond_move(DisasContext *ctx, uint32_t opc, in gen_cond_move() function 13007 gen_cond_move(ctx, op1, rd, rs, rt); in decode_opc_special_r6() 13088 gen_cond_move(ctx, op1, rd, rs, rt); in decode_opc_special_tx79() 13140 gen_cond_move(ctx, op1, rd, rs, rt); in decode_opc_special_legacy()
|