/dports/devel/z88dk/z88dk/src/z80asm/dev/z80asm2/ |
H A D | backend.h | 31 OP_RLC = 0, OP_RRC, OP_RL, OP_RR, OP_SLA, OP_SRA, OP_SLL, OP_SLI = OP_SLL, OP_SRL, enumerator
|
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/src/ |
H A D | Jitter_Statement.cpp | 113 case OP_SLL: in DumpStatementList()
|
H A D | Jitter_CodeGen_AArch64.cpp | 317 …{ OP_SLL, MATCH_VARIABLE, MATCH_ANY, MATCH_VARIABLE, &CCodeGen_AA… 321 …{ OP_SLL, MATCH_VARIABLE, MATCH_VARIABLE, MATCH_CONSTANT, &CCodeGen_AA…
|
H A D | Jitter.cpp | 403 statement.op = OP_SLL; in Shl() 417 statement.op = OP_SLL; in Shl()
|
H A D | Jitter_CodeGen_x86.cpp | 49 SHIFT_CONST_MATCHERS(OP_SLL, SHIFTOP_SLL)
|
H A D | Jitter_CodeGen_AArch32.cpp | 159 …{ OP_SLL, MATCH_ANY, MATCH_ANY, MATCH_ANY, &CCodeGen_AArch32::Emit_Shift_Generic<CAArch32A…
|
H A D | Jitter_Optimize.cpp | 457 else if(statement.op == OP_SLL) in FoldConstantOperation()
|
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/ |
H A D | Jitter_Statement.cpp | 113 case OP_SLL: in DumpStatementList()
|
H A D | Jitter_Optimize.cpp | 452 else if(statement.op == OP_SLL) in FoldConstantOperation() 1156 if(innerStatement.op == OP_SLL && innerStatement.src1->Equals(outerDstSymbol)) in ReorderAdd()
|
H A D | Jitter.cpp | 457 statement.op = OP_SLL; in Shl() 471 statement.op = OP_SLL; in Shl()
|
H A D | Jitter_CodeGen_AArch64.cpp | 342 …{ OP_SLL, MATCH_VARIABLE, MATCH_ANY, MATCH_VARIABLE, MATCH_NIL, … 346 …{ OP_SLL, MATCH_VARIABLE, MATCH_VARIABLE, MATCH_CONSTANT, MATCH_NIL, …
|
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/codeflinger/ |
H A D | mips_opcode.h | 244 #define OP_SLL 000 macro
|
H A D | mips_disassem.c | 234 case OP_SLL: in db_disasm_insn()
|
H A D | mips64_disassem.c | 225 case OP_SLL: in db_disasm_insn()
|
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/ |
H A D | mips_opcode.h | 244 #define OP_SLL 000 macro
|
H A D | mips_disassem.c | 234 case OP_SLL: in db_disasm_insn()
|
H A D | mips64_disassem.c | 225 case OP_SLL: in db_disasm_insn()
|
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/include/ |
H A D | Jitter_Statement.h | 25 OP_SLL, enumerator
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/ |
H A D | insn.h | 199 #define OP_SLL 0b001 macro
|
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/include/ |
H A D | Jitter_Statement.h | 25 OP_SLL, enumerator
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/ |
H A D | mips_opcode.h | 204 #define OP_SLL 000 macro
|
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/debugger/ |
H A D | dbg_decoder.c | 310 case OP_SLL: in db_disasm_insn()
|
H A D | dbg_decoder_local.h | 1369 #define OP_SLL 000 macro
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/ |
H A D | mips_fixup.c | 393 case OP_SLL: /* nop */ in mips_fixup_addr()
|
H A D | db_disasm.c | 297 case OP_SLL: in db_disasm_insn()
|