summaryrefslogtreecommitdiff
path: root/powerpc/PrintAsm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/PrintAsm.ml')
-rw-r--r--powerpc/PrintAsm.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/powerpc/PrintAsm.ml b/powerpc/PrintAsm.ml
index 08438df..e720b6f 100644
--- a/powerpc/PrintAsm.ml
+++ b/powerpc/PrintAsm.ml
@@ -100,6 +100,10 @@ let constant oc cst =
| Diab ->
fprintf oc "(%a)@sdarx" symbol_offset (s, camlint_of_coqint n)
end
+ | Csymbol_rel_low(s, n) ->
+ fprintf oc "(%a)@sdax@l" symbol_offset (s, camlint_of_coqint n)
+ | Csymbol_rel_high(s, n) ->
+ fprintf oc "(%a)@sdarx@ha" symbol_offset (s, camlint_of_coqint n)
let num_crbit = function
| CRbit_0 -> 0