Searched refs:gen_cl (Results 1 – 3 of 3) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 3522 static void gen_cl(DisasContext *ctx, uint32_t opc, in gen_cl() function 13017 gen_cl(ctx, op1, rd, rs); in decode_opc_special_r6() 13042 gen_cl(ctx, op1, rd, rs); in decode_opc_special_r6() 13423 gen_cl(ctx, op1, rd, rs); in decode_opc_special2_legacy() 13442 gen_cl(ctx, op1, rd, rs); in decode_opc_special2_legacy()
|
H A D | nanomips_translate.c.inc | 2114 gen_cl(ctx, OPC_CLO, ret, rs); 2118 gen_cl(ctx, OPC_CLZ, ret, rs);
|
H A D | micromips_translate.c.inc | 1121 gen_cl(ctx, mips32_op, rt, rs);
|