Home
last modified time | relevance | path

Searched refs:FCVTPS (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm64/
Dconstants-arm64.h1155 FCVTPS = FPIntegerConvertFixed | 0x00080000, enumerator
1156 FCVTPS_ws = FCVTPS,
1157 FCVTPS_xs = FCVTPS | SixtyFourBits,
1158 FCVTPS_wd = FCVTPS | FP64,
1159 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
/external/vixl/src/vixl/a64/
Dconstants-a64.h1248 FCVTPS = FPIntegerConvertFixed | 0x00080000, enumerator
1249 FCVTPS_ws = FCVTPS,
1250 FCVTPS_xs = FCVTPS | SixtyFourBits,
1251 FCVTPS_wd = FCVTPS | FP64,
1252 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
Dassembler-a64.cc2830 V(fcvtps, NEON_FCVTPS, FCVTPS) \
/external/vixl/doc/
Dsupported-instructions.md1958 ### FCVTPS ### subsection
1965 ### FCVTPS ### subsection
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2341 defm FCVTPS : FPToIntegerUnscaled<0b01, 0b000, "fcvtps", int_aarch64_neon_fcvtps>;
2592 defm FCVTPS : SIMDTwoVectorFPToInt<0,1,0b11010, "fcvtps",int_aarch64_neon_fcvtps>;
3093 defm FCVTPS : SIMDTwoScalarSD< 0, 1, 0b11010, "fcvtps">;