Displaying 1 result from an estimated 1 matches for "01_tc_".
2016 Nov 13
2
llc generating code that writes below the stack pointer on darwin/x86-64
...2 %p.w) nobuiltin {
; [71] procedure SetMXCSR(w : dword);
%tmp.1 = alloca i32, align 4
; Var w located at %tmp.1
; [72] begin
store i32 %p.w, i32* %tmp.1, align 4
; [73] defaultmxcsr:=w;
%reg.1_16 = load i32, i32* %tmp.1, align 4
store i32 %reg.1_16, i32* @"\01_TC_$SYSTEM_$$_DEFAULTMXCSR",
align 4
; [75] ldmxcsr w
call void asm sideeffect "#
[math.inc]\0A\09ldmxcsr\09$0\0A","=*m,~{memory},~{fpsr},~{flags},~{rax},~{rcx},~{rdx},~{rsi},~{rdi},~{r8},~{r9},~{r10},~{r11}"(i32*
%tmp.1)
; [77] end;
br label %Lj1135
Lj1135...