Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h1128 FCVTNS = FPIntegerConvertFixed | 0x00000000, enumerator
1129 FCVTNS_ws = FCVTNS,
1130 FCVTNS_xs = FCVTNS | SixtyFourBits,
1131 FCVTNS_wd = FCVTNS | FP64,
1132 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
Dassembler-arm64.cc2006 FPConvertToInt(rd, fn, FCVTNS); in fcvtns()
/external/vixl/src/vixl/a64/
Dconstants-a64.h1238 FCVTNS = FPIntegerConvertFixed | 0x00000000, enumerator
1239 FCVTNS_ws = FCVTNS,
1240 FCVTNS_xs = FCVTNS | SixtyFourBits,
1241 FCVTNS_wd = FCVTNS | FP64,
1242 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
Dassembler-a64.cc2861 V(fcvtns, NEON_FCVTNS, FCVTNS) \
/external/vixl/doc/
Dsupported-instructions.md1972 ### FCVTNS ### subsection
1979 ### FCVTNS ### subsection
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2439 defm FCVTNS : FPToIntegerUnscaled<0b00, 0b000, "fcvtns", int_aarch64_neon_fcvtns>;
2727 defm FCVTNS : SIMDTwoVectorFPToInt<0,0,0b11010, "fcvtns",int_aarch64_neon_fcvtns>;
3271 defm FCVTNS : SIMDFPTwoScalar< 0, 0, 0b11010, "fcvtns">;