Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1518 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator
1519 FCVTAS_wh = FCVTAS | FP16,
1520 FCVTAS_xh = FCVTAS | SixtyFourBits | FP16,
1521 FCVTAS_ws = FCVTAS,
1522 FCVTAS_xs = FCVTAS | SixtyFourBits,
1523 FCVTAS_wd = FCVTAS | FP64,
1524 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
Ddisasm-aarch64.cc2478 FORMAT(FCVTAS, "fcvtas") in VisitNEON2RegMiscFP16()
3969 FORMAT(FCVTAS, "fcvtas") in VisitNEONScalar2RegMiscFP16()
Dassembler-aarch64.cc2961 V(fcvtas, NEON_FCVTAS, FCVTAS)
/external/v8/src/arm64/
Dconstants-arm64.h1291 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator
1292 FCVTAS_ws = FCVTAS,
1293 FCVTAS_xs = FCVTAS | SixtyFourBits,
1294 FCVTAS_wd = FCVTAS | FP64,
1295 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
Dassembler-arm64.cc3186 V(fcvtas, NEON_FCVTAS, FCVTAS)
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1824 ### FCVTAS ### subsection
1831 ### FCVTAS ### subsection
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2493 defm FCVTAS : FPToIntegerUnscaled<0b00, 0b100, "fcvtas", int_aarch64_neon_fcvtas>;
2548 defm : FPToIntegerPats<fp_to_sint, frnd, "FCVTAS">;
2783 defm FCVTAS : SIMDTwoVectorFPToInt<0,0,0b11100, "fcvtas",int_aarch64_neon_fcvtas>;
3350 defm FCVTAS : SIMDFPTwoScalar< 0, 0, 0b11100, "fcvtas">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2774 defm FCVTAS : FPToIntegerUnscaled<0b00, 0b100, "fcvtas", int_aarch64_neon_fcvtas>;
2829 defm : FPToIntegerPats<fp_to_sint, fround, "FCVTAS">;
3047 defm FCVTAS : SIMDTwoVectorFPToInt<0,0,0b11100, "fcvtas",int_aarch64_neon_fcvtas>;
3627 defm FCVTAS : SIMDFPTwoScalar< 0, 0, 0b11100, "fcvtas">;