Home
last modified time | relevance | path

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

/external/vixl/src/a64/
Dconstants-a64.h1077 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator
1078 FCVTAS_ws = FCVTAS,
1079 FCVTAS_xs = FCVTAS | SixtyFourBits,
1080 FCVTAS_wd = FCVTAS | FP64,
1081 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
Dassembler-a64.cc1452 FPConvertToInt(rd, fn, FCVTAS); in fcvtas()
/external/chromium_org/v8/src/arm64/
Dconstants-arm64.h1195 FCVTAS = FPIntegerConvertFixed | 0x00040000, enumerator
1196 FCVTAS_ws = FCVTAS,
1197 FCVTAS_xs = FCVTAS | SixtyFourBits,
1198 FCVTAS_wd = FCVTAS | FP64,
1199 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
Dassembler-arm64.cc2010 FPConvertToInt(rd, fn, FCVTAS); in fcvtas()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2196 defm FCVTAS : FPToIntegerUnscaled<0b00, 0b100, "fcvtas", int_aarch64_neon_fcvtas>;
2475 defm FCVTAS : SIMDTwoVectorFPToInt<0,0,0b11100, "fcvtas",int_aarch64_neon_fcvtas>;
2974 defm FCVTAS : SIMDTwoScalarSD< 0, 0, 0b11100, "fcvtas">;