Home
last modified time | relevance | path

Searched refs:FCVTMS (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch64/
Dconstants-aarch64.h1476 FCVTMS = FPIntegerConvertFixed | 0x00100000, enumerator
1477 FCVTMS_wh = FCVTMS | FP16,
1478 FCVTMS_xh = FCVTMS | SixtyFourBits | FP16,
1479 FCVTMS_ws = FCVTMS,
1480 FCVTMS_xs = FCVTMS | SixtyFourBits,
1481 FCVTMS_wd = FCVTMS | FP64,
1482 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
Ddisasm-aarch64.cc2480 FORMAT(FCVTMS, "fcvtms") in VisitNEON2RegMiscFP16()
3968 FORMAT(FCVTMS, "fcvtms") in VisitNEONScalar2RegMiscFP16()
Dassembler-aarch64.cc2959 V(fcvtms, NEON_FCVTMS, FCVTMS) \
/external/v8/src/arm64/
Dconstants-arm64.h1261 FCVTMS = FPIntegerConvertFixed | 0x00100000, enumerator
1262 FCVTMS_ws = FCVTMS,
1263 FCVTMS_xs = FCVTMS | SixtyFourBits,
1264 FCVTMS_wd = FCVTMS | FP64,
1265 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
Dassembler-arm64.cc3184 V(fcvtms, NEON_FCVTMS, FCVTMS) \
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1866 ### FCVTMS ### subsection
1873 ### FCVTMS ### subsection
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2495 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-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2776 defm FCVTMS : FPToIntegerUnscaled<0b10, 0b000, "fcvtms", int_aarch64_neon_fcvtms>;
2825 defm : FPToIntegerPats<fp_to_sint, ffloor, "FCVTMS">;
3065 defm FCVTMS : SIMDTwoVectorFPToInt<0,0,0b11011, "fcvtms",int_aarch64_neon_fcvtms>;
3629 defm FCVTMS : SIMDFPTwoScalar< 0, 0, 0b11011, "fcvtms">;