Home
last modified time | relevance | path

Searched refs:FCVTNS (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch64/
Dconstants-aarch64.h1448 FCVTNS = FPIntegerConvertFixed | 0x00000000, enumerator
1449 FCVTNS_wh = FCVTNS | FP16,
1450 FCVTNS_xh = FCVTNS | SixtyFourBits | FP16,
1451 FCVTNS_ws = FCVTNS,
1452 FCVTNS_xs = FCVTNS | SixtyFourBits,
1453 FCVTNS_wd = FCVTNS | FP64,
1454 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
Ddisasm-aarch64.cc2482 FORMAT(FCVTNS, "fcvtns") in VisitNEON2RegMiscFP16()
3967 FORMAT(FCVTNS, "fcvtns") in VisitNEONScalar2RegMiscFP16()
Dassembler-aarch64.cc2955 V(fcvtns, NEON_FCVTNS, FCVTNS) \
/external/v8/src/arm64/
Dconstants-arm64.h1241 FCVTNS = FPIntegerConvertFixed | 0x00000000, enumerator
1242 FCVTNS_ws = FCVTNS,
1243 FCVTNS_xs = FCVTNS | SixtyFourBits,
1244 FCVTNS_wd = FCVTNS | FP64,
1245 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
Dassembler-arm64.cc3180 V(fcvtns, NEON_FCVTNS, FCVTNS) \
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1908 ### FCVTNS ### subsection
1915 ### FCVTNS ### subsection
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2497 defm FCVTNS : FPToIntegerUnscaled<0b00, 0b000, "fcvtns", int_aarch64_neon_fcvtns>;
2803 defm FCVTNS : SIMDTwoVectorFPToInt<0,0,0b11010, "fcvtns",int_aarch64_neon_fcvtns>;
3354 defm FCVTNS : SIMDFPTwoScalar< 0, 0, 0b11010, "fcvtns">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2778 defm FCVTNS : FPToIntegerUnscaled<0b00, 0b000, "fcvtns", int_aarch64_neon_fcvtns>;
3067 defm FCVTNS : SIMDTwoVectorFPToInt<0,0,0b11010, "fcvtns",int_aarch64_neon_fcvtns>;
3631 defm FCVTNS : SIMDFPTwoScalar< 0, 0, 0b11010, "fcvtns">;