Home
last modified time | relevance | path

Searched refs:OP_LDC (Results 1 – 6 of 6) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dop.h46 OP_LDC = 0x12, enumerator
H A Dop.cpp518 case OP_LDC: in OpDmp()
H A Dbytecode.h477 PutOp(OP_LDC); in LoadConstantAtIndex()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dsh7095_opdefs.inc135 #define OP_LDC case 0x71:case 0xf1:
/dports/emulators/mednafen/mednafen/src/ss/
H A Dsh7095_opdefs.inc135 #define OP_LDC case 0x71:case 0xf1:
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/sh2/
H A Dcompiler.c151 OP_LDC, // LDC instruction enumerator
3275 if (ops[i].op == OP_LDC && (ops[i].dest & BITMASK1(SHR_SR)) && pc+2 < end_pc) in sh2_translate()
6406 opd->op = OP_LDC; in scan_block()
6411 opd->op = OP_LDC; in scan_block()
6416 opd->op = OP_LDC; in scan_block()
6507 opd->op = OP_LDC; in scan_block()