Searched refs:FCVTPS (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1462 FCVTPS = FPIntegerConvertFixed | 0x00080000, enumerator 1463 FCVTPS_wh = FCVTPS | FP16, 1464 FCVTPS_xh = FCVTPS | SixtyFourBits | FP16, 1465 FCVTPS_ws = FCVTPS, 1466 FCVTPS_xs = FCVTPS | SixtyFourBits, 1467 FCVTPS_wd = FCVTPS | FP64, 1468 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
|
D | disasm-aarch64.cc | 2484 FORMAT(FCVTPS, "fcvtps") in VisitNEON2RegMiscFP16() 3971 FORMAT(FCVTPS, "fcvtps") in VisitNEONScalar2RegMiscFP16()
|
D | assembler-aarch64.cc | 2957 V(fcvtps, NEON_FCVTPS, FCVTPS) \
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1251 FCVTPS = FPIntegerConvertFixed | 0x00080000, enumerator 1252 FCVTPS_ws = FCVTPS, 1253 FCVTPS_xs = FCVTPS | SixtyFourBits, 1254 FCVTPS_wd = FCVTPS | FP64, 1255 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
|
D | assembler-arm64.cc | 3182 V(fcvtps, NEON_FCVTPS, FCVTPS) \
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1936 ### FCVTPS ### subsection 1943 ### FCVTPS ### subsection
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2499 defm FCVTPS : FPToIntegerUnscaled<0b01, 0b000, "fcvtps", int_aarch64_neon_fcvtps>; 2542 defm : FPToIntegerPats<fp_to_sint, fceil, "FCVTPS">; 2815 defm FCVTPS : SIMDTwoVectorFPToInt<0,1,0b11010, "fcvtps",int_aarch64_neon_fcvtps>; 3356 defm FCVTPS : SIMDFPTwoScalar< 0, 1, 0b11010, "fcvtps">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2780 defm FCVTPS : FPToIntegerUnscaled<0b01, 0b000, "fcvtps", int_aarch64_neon_fcvtps>; 2823 defm : FPToIntegerPats<fp_to_sint, fceil, "FCVTPS">; 3079 defm FCVTPS : SIMDTwoVectorFPToInt<0,1,0b11010, "fcvtps",int_aarch64_neon_fcvtps>; 3633 defm FCVTPS : SIMDFPTwoScalar< 0, 1, 0b11010, "fcvtps">;
|