Displaying 1 result from an estimated 1 matches for "fetch_ext_rgba_dxt1".
2011 Jun 11
1
[LLVMdev] alpha assembler with llc
...match between llc assmebly and alpha assembler? How
should i go about debugging this? The errors also persist if i remove step
2.
The difference in error region in llc generated alpha assembly and the
corresponding alpha cross compiler gcc genertated assembly is as follow:
llc generates:
.type fetch_ext_rgba_dxt1, at object # @fetch_ext_rgba_dxt1
.bss
.globl fetch_ext_rgba_dxt1
.align 3
fetch_ext_rgba_dxt1:
.quad 0
.size fetch_ext_rgba_dxt1, 8
alpha-gcc generates:
.zero 8
.globl fetch_ext_rgba_dxt1
.type fetch_ext_rgba_dxt1, @object
.size fetch_ext_rgba_dxt1, 8
.align 3...