Searched defs:FPSCR (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_arm_defs.h848 /* Move a 32-bit value to/from the FPSCR (FMXR, FMRX) */
852 } FPSCR; member in union:__anon18718::__anon18719
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4324 // The rounding mode is in bits 23:22 of the FPSCR.
4326 // The formula we use to implement this is (((FPSCR + 1 << 22) >> 22) & 3)
4329 SDValue FPSCR = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::i32, local
4332 SDValue FltRounds = DAG.getNode(ISD::ADD, dl, MVT::i32, FPSCR,

Completed in 2115 milliseconds