Skip to content

Commit

Permalink
[GR-19495] Implement .p2align as a no-op.
Browse files Browse the repository at this point in the history
PullRequest: graal/4865
  • Loading branch information
rschatz committed Nov 13, 2019
2 parents e013198 + d86c66a commit bb94907
Show file tree
Hide file tree
Showing 4 changed files with 2,231 additions and 2,102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ prefix :
;

assembly_instruction :
( zero_op
( directive
| zero_op
| unary_op8
| unary_op16
| unary_op32
Expand Down Expand Up @@ -184,6 +185,10 @@ jump :
bta=operand64
;

directive :
op='.p2align' low_order_bits=number (',' padding_byte=number (',' max_bytes=number)?)? /* no-op */
;

zero_op :
op=( 'clc'
| 'cld'
Expand Down
Loading

0 comments on commit bb94907

Please sign in to comment.