Home
last modified time | relevance | path

Searched refs:OPC_CLZ (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc325 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 Dtcg-target.c.inc226 OPC_CLZ = 0x60001013,
2258 tcg_out_cltz(s, TCG_TYPE_I64, OPC_CLZ, a0, a1, a2, c2);
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1118 mips32_op = OPC_CLZ;
H A Dtranslate.c331 OPC_CLZ = 0x20 | OPC_SPECIAL2, enumerator
3547 case OPC_CLZ: in gen_cl()
13420 case OPC_CLZ: in decode_opc_special2_legacy()
H A Dnanomips_translate.c.inc2118 gen_cl(ctx, OPC_CLZ, ret, rs);