Searched refs:OPC_CLZ (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 325 OPC_CLZ = OPC_SPECIAL2 | 040, 2020 tcg_out_clz(s, OPC_CLZ, OPC_CLZ_R6, 32, a0, a1, a2);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 226 OPC_CLZ = 0x60001013, 2258 tcg_out_cltz(s, TCG_TYPE_I64, OPC_CLZ, a0, a1, a2, c2);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1118 mips32_op = OPC_CLZ;
|
H A D | translate.c | 331 OPC_CLZ = 0x20 | OPC_SPECIAL2, enumerator 3547 case OPC_CLZ: in gen_cl() 13420 case OPC_CLZ: in decode_opc_special2_legacy()
|
H A D | nanomips_translate.c.inc | 2118 gen_cl(ctx, OPC_CLZ, ret, rs);
|