Home
last modified time | relevance | path

Searched refs:OP_LOAD16FROMREF (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/include/
H A DJitter_Statement.h40 OP_LOAD16FROMREF, enumerator
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DJitter.cpp612 InsertUnaryStatement(OP_LOAD16FROMREF); in Load16FromRef()
H A DJitter_CodeGen_x86.cpp132 …{ OP_LOAD16FROMREF, MATCH_VARIABLE, MATCH_VAR_REF, MATCH_NIL, MATCH_NIL, &CCodeGen_x86::Emit_Load1…
H A DJitter_CodeGen_AArch32.cpp216 …{ OP_LOAD16FROMREF, MATCH_VARIABLE, MATCH_VAR_REF, MATCH_NIL, MATCH_NIL, &CCodeGen_AArch32::Emit_L…
H A DJitter_CodeGen_AArch64.cpp299 …{ OP_LOAD16FROMREF, MATCH_VARIABLE, MATCH_VAR_REF, MATCH_NIL, MATCH_NIL, …