Displaying 5 results from an estimated 5 matches for "ldah".
Did you mean:
lda
2011 Jun 29
2
[LLVMdev] hello world error
...; preds = %entry
%retval1 = load i32* %retval
ret i32 %retval1
}
declare i32 @puts(i8*)
The .str is present in the argument to the puts function in %1 is present in
the bitcode.
But when i use llc to change the bitcode to alpha assembly, i get the
following:
ldah $29,0($27) !gpdisp!1
lda $29,0($29) !gpdisp!1
$main..ng:
lda $30,-32($30)
stq $9,24($30)
stq $11,16($30)
bis $26,$26,$9
* ldq $27,puts($29) * !literal
lda $11,8($30)
jsr $26,($27),0
The puts call is there, but register 16 which i believe is supposed to have
the arguments to...
2011 Jun 29
0
[LLVMdev] hello world error
...l1 = load i32* %retval
> ret i32 %retval1
> }
>
> declare i32 @puts(i8*)
>
> The .str is present in the argument to the puts function in %1 is present
> in the bitcode.
> But when i use llc to change the bitcode to alpha assembly, i get the
> following:
>
>
> ldah $29,0($27) !gpdisp!1
> lda $29,0($29) !gpdisp!1
> $main..ng:
> lda $30,-32($30)
> stq $9,24($30)
> stq $11,16($30)
> bis $26,$26,$9
> * ldq $27,puts($29) * !literal
> lda $11,8($30)
> jsr $26,($27),0
>
>
> The puts call is there, but regist...
2001 Jul 07
2
Bad unaligned kernel access with ext3 0.8.0
...fffc0000883e60 t ext3_abort_write
fffffc0000883f30 t ext3_bmap
fffffc0000883fe0 t bget_one
fffffc0000884000 t ext3_writepage
fffffc0000884340 t ext3_readpage
fffffc0000884380 t ext3_flushpage
Disassembly of section .text:
fffffc0000883f30 <ext3_bmap>:
fffffc0000883f30: 34 00 bb 27 ldah gp,52(t12)
fffffc0000883f34: 18 16 bd 23 lda gp,5656(gp)
fffffc0000883f38: e0 ff de 23 lda sp,-32(sp)
fffffc0000883f3c: 08 00 3e b5 stq s0,8(sp)
fffffc0000883f40: 09 04 f0 47 mov a0,s0
fffffc0000883f44: 10 00 5e b5 stq s1,16(s...
2011 Jun 29
1
[LLVMdev] hello world error
...l1
>> }
>>
>> declare i32 @puts(i8*)
>>
>> The .str is present in the argument to the puts function in %1 is present
>> in the bitcode.
>> But when i use llc to change the bitcode to alpha assembly, i get the
>> following:
>>
>>
>> ldah $29,0($27) !gpdisp!1
>> lda $29,0($29) !gpdisp!1
>> $main..ng:
>> lda $30,-32($30)
>> stq $9,24($30)
>> stq $11,16($30)
>> bis $26,$26,$9
>> * ldq $27,puts($29) * !literal
>> lda $11,8($30)
>> jsr $26,($27),0
>>
>...
2000 Aug 08
2
Internal Error in nmbd
...05dbd24 <__kill+4>: callsys
0x200005dbd28 <__kill+8>: bne a3,0x200005dbd30 <__kill+16>
0x200005dbd2c <__kill+12>: ret zero,(ra),0x1
0x200005dbd30 <__kill+16>: br gp,0x200005dbd34 <__kill+20>
0x200005dbd34 <__kill+20>: ldah gp,31(gp)
0x200005dbd38 <__kill+24>: lda gp,-1820(gp)
0x200005dbd3c <__kill+28>: ldq t12,-28064(gp)
0x200005dbd40 <__kill+32>: jmp zero,(t12),0x200005e2080
<strtoll+32>
End of assembler dump
>From log.nmb, (A different time, with -d 10, the...