MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / SetFPCR

Function SetFPCR

Source/Common/HostFeatures.cpp:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370static void SetFPCR(uint64_t Value) {
371 __asm("msr FPCR, %[Value]" ::[Value] "r"(Value));
372}
373
374#ifndef VIXL_SIMULATOR
375__attribute__((naked)) static uint64_t ReadSVEVectorLengthInBits() {

Callers 1

FetchHostFeaturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected