Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc246 OPC_SDL = 054 << 26,
1506 const MIPSInsn sd1 = HOST_BIG_ENDIAN ? OPC_SDL : OPC_SDR;
1507 const MIPSInsn sd2 = HOST_BIG_ENDIAN ? OPC_SDR : OPC_SDL;
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc2539 mips32_op = OPC_SDL;
H A Dtranslate.c103 OPC_SDL = (0x2C << 26), enumerator
2174 case OPC_SDL: in gen_st()
14926 case OPC_SDL: in decode_opc_legacy()