Home
last modified time | relevance | path

Searched refs:OPC_SWL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc244 OPC_SWL = 052 << 26,
1504 const MIPSInsn sw1 = HOST_BIG_ENDIAN ? OPC_SWL : OPC_SWR;
1505 const MIPSInsn sw2 = HOST_BIG_ENDIAN ? OPC_SWR : OPC_SWL;
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc2518 mips32_op = OPC_SWL;
H A Dtranslate.c101 OPC_SWL = (0x2A << 26), enumerator
2204 case OPC_SWL: in gen_st()
14644 case OPC_SWL: in decode_opc_legacy()