Home
last modified time | relevance | path

Searched refs:OP_SLL (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/z88dk/z88dk/src/z80asm/dev/z80asm2/
H A Dbackend.h31 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 DJitter_Statement.cpp113 case OP_SLL: in DumpStatementList()
H A DJitter_CodeGen_AArch64.cpp317 …{ OP_SLL, MATCH_VARIABLE, MATCH_ANY, MATCH_VARIABLE, &CCodeGen_AA…
321 …{ OP_SLL, MATCH_VARIABLE, MATCH_VARIABLE, MATCH_CONSTANT, &CCodeGen_AA…
H A DJitter.cpp403 statement.op = OP_SLL; in Shl()
417 statement.op = OP_SLL; in Shl()
H A DJitter_CodeGen_x86.cpp49 SHIFT_CONST_MATCHERS(OP_SLL, SHIFTOP_SLL)
H A DJitter_CodeGen_AArch32.cpp159 …{ OP_SLL, MATCH_ANY, MATCH_ANY, MATCH_ANY, &CCodeGen_AArch32::Emit_Shift_Generic<CAArch32A…
H A DJitter_Optimize.cpp457 else if(statement.op == OP_SLL) in FoldConstantOperation()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DJitter_Statement.cpp113 case OP_SLL: in DumpStatementList()
H A DJitter_Optimize.cpp452 else if(statement.op == OP_SLL) in FoldConstantOperation()
1156 if(innerStatement.op == OP_SLL && innerStatement.src1->Equals(outerDstSymbol)) in ReorderAdd()
H A DJitter.cpp457 statement.op = OP_SLL; in Shl()
471 statement.op = OP_SLL; in Shl()
H A DJitter_CodeGen_AArch64.cpp342 …{ 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 Dmips_opcode.h244 #define OP_SLL 000 macro
H A Dmips_disassem.c234 case OP_SLL: in db_disasm_insn()
H A Dmips64_disassem.c225 case OP_SLL: in db_disasm_insn()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/
H A Dmips_opcode.h244 #define OP_SLL 000 macro
H A Dmips_disassem.c234 case OP_SLL: in db_disasm_insn()
H A Dmips64_disassem.c225 case OP_SLL: in db_disasm_insn()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/include/
H A DJitter_Statement.h25 OP_SLL, enumerator
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dinsn.h199 #define OP_SLL 0b001 macro
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/include/
H A DJitter_Statement.h25 OP_SLL, enumerator
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dmips_opcode.h204 #define OP_SLL 000 macro
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/debugger/
H A Ddbg_decoder.c310 case OP_SLL: in db_disasm_insn()
H A Ddbg_decoder_local.h1369 #define OP_SLL 000 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dmips_fixup.c393 case OP_SLL: /* nop */ in mips_fixup_addr()
H A Ddb_disasm.c297 case OP_SLL: in db_disasm_insn()

12