Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h1178 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator
1179 FCVTAS_ws = FCVTAS,
1180 FCVTAS_xs = FCVTAS | SixtyFourBits,
1181 FCVTAS_wd = FCVTAS | FP64,
1182 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
Dassembler-arm64.cc1986 FPConvertToInt(rd, fn, FCVTAS); in fcvtas()
/external/vixl/src/vixl/a64/
Dconstants-a64.h1288 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator
1289 FCVTAS_ws = FCVTAS,
1290 FCVTAS_xs = FCVTAS | SixtyFourBits,
1291 FCVTAS_wd = FCVTAS | FP64,
1292 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
Dassembler-a64.cc2867 V(fcvtas, NEON_FCVTAS, FCVTAS)
/external/vixl/doc/
Dsupported-instructions.md1888 ### FCVTAS ### subsection
1895 ### FCVTAS ### subsection
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2435 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">;