aboutsummaryrefslogtreecommitdiff
path: root/src/lj_target_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_target_ppc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_target_ppc.h b/src/lj_target_ppc.h
index d0b3f4d0..8abc38fd 100644
--- a/src/lj_target_ppc.h
+++ b/src/lj_target_ppc.h
@@ -240,6 +240,9 @@ typedef enum PPCIns {
240 PPCI_LHAX = 0x7c0002ae, 240 PPCI_LHAX = 0x7c0002ae,
241 PPCI_STHX = 0x7c00032e, 241 PPCI_STHX = 0x7c00032e,
242 242
243 PPCI_LWBRX = 0x7c00042c,
244 PPCI_STWBRX = 0x7c00052c,
245
243 PPCI_LFSX = 0x7c00042e, 246 PPCI_LFSX = 0x7c00042e,
244 PPCI_LFDX = 0x7c0004ae, 247 PPCI_LFDX = 0x7c0004ae,
245 PPCI_STFSX = 0x7c00052e, 248 PPCI_STFSX = 0x7c00052e,