Home
last modified time | relevance | path

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

/external/vixl/src/a64/
Dconstants-a64.h1027 FCVTNS = FPIntegerConvertFixed | 0x00000000, enumerator
1028 FCVTNS_ws = FCVTNS,
1029 FCVTNS_xs = FCVTNS | SixtyFourBits,
1030 FCVTNS_wd = FCVTNS | FP64,
1031 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
Dassembler-a64.cc1472 FPConvertToInt(rd, fn, FCVTNS); in fcvtns()
/external/chromium_org/v8/src/arm64/
Dconstants-arm64.h1145 FCVTNS = FPIntegerConvertFixed | 0x00000000, enumerator
1146 FCVTNS_ws = FCVTNS,
1147 FCVTNS_xs = FCVTNS | SixtyFourBits,
1148 FCVTNS_wd = FCVTNS | FP64,
1149 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
Dassembler-arm64.cc2030 FPConvertToInt(rd, fn, FCVTNS); in fcvtns()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2200 defm FCVTNS : FPToIntegerUnscaled<0b00, 0b000, "fcvtns", int_aarch64_neon_fcvtns>;
2490 defm FCVTNS : SIMDTwoVectorFPToInt<0,0,0b11010, "fcvtns",int_aarch64_neon_fcvtns>;
2978 defm FCVTNS : SIMDTwoScalarSD< 0, 0, 0b11010, "fcvtns">;