summaryrefslogtreecommitdiff
path: root/src/lj_target_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_target_ppc.h')
-rw-r--r--src/lj_target_ppc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_target_ppc.h b/src/lj_target_ppc.h
index 8abc38fd..f754a8d3 100644
--- a/src/lj_target_ppc.h
+++ b/src/lj_target_ppc.h
@@ -207,7 +207,9 @@ typedef enum PPCIns {
207 PPCI_BCTRL = 0x4e800421, 207 PPCI_BCTRL = 0x4e800421,
208 208
209 PPCI_CRANDC = 0x4c000102, 209 PPCI_CRANDC = 0x4c000102,
210 PPCI_CRXOR = 0x4c000182,
210 PPCI_CRAND = 0x4c000202, 211 PPCI_CRAND = 0x4c000202,
212 PPCI_CREQV = 0x4c000242,
211 PPCI_CRORC = 0x4c000342, 213 PPCI_CRORC = 0x4c000342,
212 PPCI_CROR = 0x4c000382, 214 PPCI_CROR = 0x4c000382,
213 215