Searched refs:FCVTMS (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1724 FCVTMS = FPIntegerConvertFixed | 0x00100000, enumerator 1725 FCVTMS_wh = FCVTMS | FP16, 1726 FCVTMS_xh = FCVTMS | SixtyFourBits | FP16, 1727 FCVTMS_ws = FCVTMS, 1728 FCVTMS_xs = FCVTMS | SixtyFourBits, 1729 FCVTMS_wd = FCVTMS | FP64, 1730 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
|
D | assembler-aarch64.cc | 3141 V(fcvtms, NEON_FCVTMS, FCVTMS) \
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2495 defm FCVTMS : FPToIntegerUnscaled<0b10, 0b000, "fcvtms", int_aarch64_neon_fcvtms>; 2544 defm : FPToIntegerPats<fp_to_sint, ffloor, "FCVTMS">; 2801 defm FCVTMS : SIMDTwoVectorFPToInt<0,0,0b11011, "fcvtms",int_aarch64_neon_fcvtms>; 3352 defm FCVTMS : SIMDFPTwoScalar< 0, 0, 0b11011, "fcvtms">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3304 defm FCVTMS : FPToIntegerUnscaled<0b10, 0b000, "fcvtms", int_aarch64_neon_fcvtms>; 3353 defm : FPToIntegerPats<fp_to_sint, ffloor, "FCVTMS">; 3689 defm FCVTMS : SIMDTwoVectorFPToInt<0,0,0b11011, "fcvtms",int_aarch64_neon_fcvtms>; 4268 defm FCVTMS : SIMDFPTwoScalar< 0, 0, 0b11011, "fcvtms">;
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 3703 ### FCVTMS ### subsection 3710 ### FCVTMS ### subsection
|