Home
last modified time | relevance | path

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

/qemu/tcg/mips/
H A Dtcg-target.c.inc330 OPC_CLZ = OPC_SPECIAL2 | 040,
1747 MIPSInsn opcv2 = type == TCG_TYPE_I32 ? OPC_CLZ : OPC_DCLZ;
1771 MIPSInsn opcv2 = type == TCG_TYPE_I32 ? OPC_CLZ : OPC_DCLZ;
/qemu/tcg/riscv/
H A Dtcg-target.c.inc230 OPC_CLZ = 0x60001013,
2034 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_CLZW : OPC_CLZ;
2041 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_CLZW : OPC_CLZ;
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1118 mips32_op = OPC_CLZ;
H A Dtranslate.c332 OPC_CLZ = 0x20 | OPC_SPECIAL2, enumerator
3548 case OPC_CLZ: in gen_cl()
13421 case OPC_CLZ: in decode_opc_special2_legacy()
H A Dnanomips_translate.c.inc2118 gen_cl(ctx, OPC_CLZ, ret, rs);