Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/docs/
H A Djit-thoughts48 LDLOC.0 (5) [5,0]
56 STLOC.1(LDLOC.0)
61 STLOC.TMP(LDLOC.0)
63 STLOC.1(LDLOC.TMP)
71 LDLOC.1
74 STLOC.TMP(LDLOC.1) Please notice that an intelligent register allocator can
104 STLOC(ADD (LDLOC, LDLOC))
/dports/devel/upp/upp/bazaar/plugin/tcc/
H A Dil-opcodes.h234 OP(LDLOC, "ldloc", 0x10c)
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dinterp.c4866 #define LDLOC(datamem, argtype) \ in interp_exec_method_full() macro
4871 MINT_IN_CASE(MINT_LDLOC_I1) LDLOC(i, gint8); MINT_IN_BREAK; in interp_exec_method_full()
4872 MINT_IN_CASE(MINT_LDLOC_U1) LDLOC(i, guint8); MINT_IN_BREAK; in interp_exec_method_full()
4873 MINT_IN_CASE(MINT_LDLOC_I2) LDLOC(i, gint16); MINT_IN_BREAK; in interp_exec_method_full()
4874 MINT_IN_CASE(MINT_LDLOC_U2) LDLOC(i, guint16); MINT_IN_BREAK; in interp_exec_method_full()
4875 MINT_IN_CASE(MINT_LDLOC_I4) LDLOC(i, gint32); MINT_IN_BREAK; in interp_exec_method_full()
4876 MINT_IN_CASE(MINT_LDLOC_I8) LDLOC(l, gint64); MINT_IN_BREAK; in interp_exec_method_full()
4877 MINT_IN_CASE(MINT_LDLOC_R4) LDLOC(f, float); MINT_IN_BREAK; in interp_exec_method_full()
4878 MINT_IN_CASE(MINT_LDLOC_R8) LDLOC(f, double); MINT_IN_BREAK; in interp_exec_method_full()
4879 MINT_IN_CASE(MINT_LDLOC_O) LDLOC(p, gpointer); MINT_IN_BREAK; in interp_exec_method_full()
[all …]