Searched refs:FCVTMS (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1476 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,
|
D | disasm-aarch64.cc | 2480 FORMAT(FCVTMS, "fcvtms") in VisitNEON2RegMiscFP16() 3968 FORMAT(FCVTMS, "fcvtms") in VisitNEONScalar2RegMiscFP16()
|
D | assembler-aarch64.cc | 2959 V(fcvtms, NEON_FCVTMS, FCVTMS) \
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1261 FCVTMS = FPIntegerConvertFixed | 0x00100000, enumerator 1262 FCVTMS_ws = FCVTMS, 1263 FCVTMS_xs = FCVTMS | SixtyFourBits, 1264 FCVTMS_wd = FCVTMS | FP64, 1265 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
|
D | assembler-arm64.cc | 3184 V(fcvtms, NEON_FCVTMS, FCVTMS) \
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1866 ### FCVTMS ### subsection 1873 ### FCVTMS ### subsection
|
/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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2776 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">;
|