Searched refs:GetExceptionTlsAddress (Results 1 – 3 of 3) sorted by relevance
5404 static MemOperand GetExceptionTlsAddress() { in GetExceptionTlsAddress() function5415 __ Ldr(OutputRegister(instruction), GetExceptionTlsAddress()); in VisitLoadException()5423 __ Str(wzr, GetExceptionTlsAddress()); in VisitClearException()
6530 static Address GetExceptionTlsAddress() { in GetExceptionTlsAddress() function6542 __ gs()->movl(load->GetLocations()->Out().AsRegister<CpuRegister>(), GetExceptionTlsAddress()); in VisitLoadException()6550 __ gs()->movl(GetExceptionTlsAddress(), Immediate(0)); in VisitClearException()
7435 static Address GetExceptionTlsAddress() { in GetExceptionTlsAddress() function7446 __ fs()->movl(load->GetLocations()->Out().AsRegister<Register>(), GetExceptionTlsAddress()); in VisitLoadException()7454 __ fs()->movl(GetExceptionTlsAddress(), Immediate(0)); in VisitClearException()