Searched refs:gen_bitops (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1794 gen_bitops(ctx, OPC_INS, rt, rs, rr, rd); 1805 gen_bitops(ctx, OPC_EXT, rt, rs, rr, rd);
|
H A D | nanomips_translate.c.inc | 3855 gen_bitops(ctx, OPC_INS, rt, rs, extract32(ctx->opcode, 0, 5), 3868 gen_bitops(ctx, OPC_EXT, rt, rs, extract32(ctx->opcode, 0, 5),
|
H A D | translate.c | 4619 static void gen_bitops(DisasContext *ctx, uint32_t opc, int rt, in gen_bitops() function 14212 gen_bitops(ctx, op1, rt, rs, sa, rd); in decode_opc_special3() 14240 gen_bitops(ctx, op1, rt, rs, sa, rd); in decode_opc_special3()
|