Searched refs:gen_cl (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 3521 static void gen_cl(DisasContext *ctx, uint32_t opc, in gen_cl() function 13016 gen_cl(ctx, op1, rd, rs); in decode_opc_special_r6() 13041 gen_cl(ctx, op1, rd, rs); in decode_opc_special_r6() 13422 gen_cl(ctx, op1, rd, rs); in decode_opc_special2_legacy() 13441 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);
|