Searched refs:OPC_INS (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 338 OPC_INS = OPC_SPECIAL3 | 004, 1348 tcg_out_opc_bf(s, OPC_INS, lo, TCG_TMP0, 31, 8); 1356 tcg_out_opc_bf(s, OPC_INS, lo, TCG_TMP0, 31, 8); 2293 tcg_out_opc_bf(s, OPC_INS, a0, a2, ofs + len - 1, ofs);
|
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1794 gen_bitops(ctx, OPC_INS, rt, rs, rr, rd);
|
H A D | translate.c | 348 OPC_INS = 0x04 | OPC_SPECIAL3, enumerator 4657 case OPC_INS: in gen_bitops() 14211 case OPC_INS: in decode_opc_special3()
|
H A D | nanomips_translate.c.inc | 3855 gen_bitops(ctx, OPC_INS, rt, rs, extract32(ctx->opcode, 0, 5),
|