Displaying 1 result from an estimated 1 matches for "defaultmxcsr".
Did you mean:
_defaultmxcsr
2016 Nov 13
2
llc generating code that writes below the stack pointer on darwin/x86-64
...target triple = "x86_64-apple-macosx10.5"
define void @"\01_SYSTEM_$$_SETMXCSR$LONGWORD"(i32 %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...