Searched refs:FCVTAS (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1178 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator 1179 FCVTAS_ws = FCVTAS, 1180 FCVTAS_xs = FCVTAS | SixtyFourBits, 1181 FCVTAS_wd = FCVTAS | FP64, 1182 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
|
D | assembler-arm64.cc | 1986 FPConvertToInt(rd, fn, FCVTAS); in fcvtas()
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 1288 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator 1289 FCVTAS_ws = FCVTAS, 1290 FCVTAS_xs = FCVTAS | SixtyFourBits, 1291 FCVTAS_wd = FCVTAS | FP64, 1292 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
|
D | assembler-a64.cc | 2867 V(fcvtas, NEON_FCVTAS, FCVTAS)
|
/external/vixl/doc/ |
D | supported-instructions.md | 1888 ### FCVTAS ### subsection 1895 ### FCVTAS ### subsection
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2435 defm FCVTAS : FPToIntegerUnscaled<0b00, 0b100, "fcvtas", int_aarch64_neon_fcvtas>; 2471 defm : FPToIntegerPats<fp_to_sint, frnd, "FCVTAS">; 2707 defm FCVTAS : SIMDTwoVectorFPToInt<0,0,0b11100, "fcvtas",int_aarch64_neon_fcvtas>; 3267 defm FCVTAS : SIMDFPTwoScalar< 0, 0, 0b11100, "fcvtas">;
|