Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fygar256 authored Sep 23, 2024
1 parent e5de6df commit c62d9e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test.axx
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ ADDI x,y,d (e:=(0x20000000|(y<<21)|(x<<16)|d&0xffff))>>24,e>>16,e>>8,e
.setsym rax 0
.setsym rbx 3
.setsym rcx 1
/*LEAQ r,[s,t,d,e] 0x48,0x8d,0x04,((@d)-1)<<6|t<<3|s,e
LEAQ r,[s,t,d,e] 0x48,0x8d,0x04,((@d)-1)<<6|t<<3|s,e
LEAQ r,[s+t*a+e] 0x48,0x8d,0x04,((@a)-1)<<6|t<<3|s,e
2 changes: 1 addition & 1 deletion test.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;leaq rax , [ rbx , rcx , 2 , 0x40]
leaq rax , [ rbx , rcx , 2 , 0x40]
leaq rax , [ rbx + rcx * 2 + 0x40]
addi $v0,$a0,5
st1 {v0.4S},[x0]
Expand Down

0 comments on commit c62d9e1

Please sign in to comment.