Displaying 2 results from an estimated 2 matches for "0001c064".
Did you mean:
0001c034
2018 Jun 15
2
Strange Machineinstr
....text:0001C050 STR R0, [SP,#0x28+ts]
> .text:0001C054 LDR R0, [SP,#0x28+ts]
> .text:0001C058 LDR R0, [R0,#4]
> .text:0001C05C CMN R0, #0xC0000002
> .text:0001C060 BNE loc_1C088
> .text:0001C064 B loc_1C068
>
>
Below is the corresponding MachineInstr
%1:gpr = COPY $r1
>
> %0:gpr = COPY $r0
>
> %3:gpr = COPY %1:gpr
>
> %2:gpr = COPY %0:gpr
>
> STRi12 %0:gpr, %stack.1.statbuf.addr, 0, 14, $noreg :: (store 4 into
>> %ir.statbuf.addr)...
2018 Jun 15
3
Strange Machineinstr
...0, [SP,#0x28+ts]
>> .text:0001C054 LDR R0, [SP,#0x28+ts]
>> .text:0001C058 LDR R0, [R0,#4]
>> .text:0001C05C CMN R0, #0xC0000002
>> .text:0001C060 BNE loc_1C088
>> .text:0001C064 B loc_1C068
>>
>>
>> Below is the corresponding MachineInstr
>>
>> %1:gpr = COPY $r1
>>
>> %0:gpr = COPY $r0
>>
>> %3:gpr = COPY %1:gpr
>>
>> %2:gpr = COPY %0:gpr
>>
>>...