diff --git a/test.axx b/test.axx index 6e66a63..9ed36cb 100644 --- a/test.axx +++ b/test.axx @@ -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 diff --git a/test.s b/test.s index d925c62..18f89d3 100644 --- a/test.s +++ b/test.s @@ -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]