aboutsummaryrefslogtreecommitdiff
path: root/src/lj_target_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_target_ppc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_target_ppc.h b/src/lj_target_ppc.h
index f5e89325..5347c3f7 100644
--- a/src/lj_target_ppc.h
+++ b/src/lj_target_ppc.h
@@ -263,6 +263,7 @@ typedef enum PPCIns {
263 PPCI_FSUB = 0xfc000028, 263 PPCI_FSUB = 0xfc000028,
264 PPCI_FMUL = 0xfc000032, 264 PPCI_FMUL = 0xfc000032,
265 PPCI_FDIV = 0xfc000024, 265 PPCI_FDIV = 0xfc000024,
266 PPCI_FSQRT = 0xfc00002c,
266 267
267 PPCI_FMADD = 0xfc00003a, 268 PPCI_FMADD = 0xfc00003a,
268 PPCI_FMSUB = 0xfc000038, 269 PPCI_FMSUB = 0xfc000038,