summaryrefslogtreecommitdiff
path: root/src/lj_target_x86.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-04-21 00:58:32 +0200
committerMike Pall <mike>2013-04-21 00:58:32 +0200
commit9ead735159de2a83c6903360bec3f681e28ba10e (patch)
treed38cc08e59cac3b691f47d508ab33848eb13451d /src/lj_target_x86.h
parente92e29dd4e23809cdc0fee795c68e8819eff0b54 (diff)
downloadluajit-9ead735159de2a83c6903360bec3f681e28ba10e.tar.gz
luajit-9ead735159de2a83c6903360bec3f681e28ba10e.tar.bz2
luajit-9ead735159de2a83c6903360bec3f681e28ba10e.zip
Add generic load/store with offset to assembler backends.
Diffstat (limited to 'src/lj_target_x86.h')
-rw-r--r--src/lj_target_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h
index 450df77f..38f464fc 100644
--- a/src/lj_target_x86.h
+++ b/src/lj_target_x86.h
@@ -33,6 +33,7 @@ enum {
33 RID_MRM = RID_MAX, /* Pseudo-id for ModRM operand. */ 33 RID_MRM = RID_MAX, /* Pseudo-id for ModRM operand. */
34 34
35 /* Calling conventions. */ 35 /* Calling conventions. */
36 RID_SP = RID_ESP,
36 RID_RET = RID_EAX, 37 RID_RET = RID_EAX,
37#if LJ_64 38#if LJ_64
38 RID_FPRET = RID_XMM0, 39 RID_FPRET = RID_XMM0,