Home
last modified time | relevance | path

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

/qemu/tcg/mips/
H A Dtcg-target.c.inc249 OPC_SWL = 052 << 26,
1479 const MIPSInsn sw1 = HOST_BIG_ENDIAN ? OPC_SWL : OPC_SWR;
1480 const MIPSInsn sw2 = HOST_BIG_ENDIAN ? OPC_SWR : OPC_SWL;
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc2518 mips32_op = OPC_SWL;
H A Dtranslate.c102 OPC_SWL = (0x2A << 26), enumerator
2205 case OPC_SWL: in gen_st()
14645 case OPC_SWL: in decode_opc_legacy()