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

/external/valgrind/VEX/priv/
H A Dhost_arm64_defs.c1155 ARM64Instr* ARM64Instr_FPCR ( Bool toFPCR, HReg iReg ) { argument
1158 i->ARM64in.FPCR.toFPCR = toFPCR;
1741 if (i->ARM64in.FPCR.toFPCR) {
2144 if (i->ARM64in.FPCR.toFPCR)
4169 Bool toFPCR = i->ARM64in.FPCR.toFPCR; local
4171 if (toFPCR) {
H A Dhost_arm64_defs.h783 Bool toFPCR; member in struct:__anon18615::__anon18616::__anon18656
933 extern ARM64Instr* ARM64Instr_FPCR ( Bool toFPCR, HReg iReg );

Completed in 138 milliseconds