Searched refs:FCVTAS (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1518 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,
|
D | disasm-aarch64.cc | 2478 FORMAT(FCVTAS, "fcvtas") in VisitNEON2RegMiscFP16() 3969 FORMAT(FCVTAS, "fcvtas") in VisitNEONScalar2RegMiscFP16()
|
D | assembler-aarch64.cc | 2961 V(fcvtas, NEON_FCVTAS, FCVTAS)
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1291 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator 1292 FCVTAS_ws = FCVTAS, 1293 FCVTAS_xs = FCVTAS | SixtyFourBits, 1294 FCVTAS_wd = FCVTAS | FP64, 1295 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
|
D | assembler-arm64.cc | 3186 V(fcvtas, NEON_FCVTAS, FCVTAS)
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1824 ### FCVTAS ### subsection 1831 ### FCVTAS ### subsection
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2493 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/ |
D | AArch64InstrInfo.td | 2774 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">;
|