Displaying 2 results from an estimated 2 matches for "_last_tf_arg_u".
2010 Dec 15
3
[LLVMdev] opinions on turning on encoding info by default in -S
...mkernel -O3 -fomit-frame-pointer
.section __TEXT,__text,regular,pure_instructions
.globl _tf_bH
.align 4, 0x90
_tf_bH: ## @tf_bH
## BB#0: ## %entry
## kill: RSI<def> ESI<kill>
movq _last_tf_arg_u at GOTPCREL(%rip), %rax ## encoding: [0x48,0x8b,0x05,A,A,A,A]
## fixup A - offset: 3, value: _last_tf_arg_u at GOTPCREL-4, kind: reloc_riprel_4byte_movq_load
movq %rsi, (%rax) ## encoding: [0x48,0x89,0x30]
imull $43691, %esi, %eax ## encod...
2010 Dec 16
0
[LLVMdev] opinions on turning on encoding info by default in -S
...gt; .section __TEXT,__text,regular,pure_instructions
> .globl _tf_bH
> .align 4, 0x90
> _tf_bH: ## @tf_bH
> ## BB#0: ## %entry
> ## kill: RSI<def> ESI<kill>
> movq _last_tf_arg_u at GOTPCREL(%rip), %rax ## encoding: [0x48,0x8b,0x05,A,A,A,A]
> ## fixup A - offset: 3, value: _last_tf_arg_u at GOTPCREL-4, kind: reloc_riprel_4byte_movq_load
> movq %rsi, (%rax) ## encoding: [0x48,0x89,0x30]
> imull $43691, %esi, %eax...