Home
last modified time | relevance | path

Searched refs:UCVTF_fixed (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dconstants-arm64.h1231 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator
1232 UCVTF_sw_fixed = UCVTF_fixed,
1233 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits,
1234 UCVTF_dw_fixed = UCVTF_fixed | FP64,
1235 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
Dassembler-arm64.cc2062 Emit(SF(rn) | FPType(fd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()
/external/vixl/src/vixl/a64/
Dconstants-a64.h1326 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator
1327 UCVTF_sw_fixed = UCVTF_fixed,
1328 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits,
1329 UCVTF_dw_fixed = UCVTF_fixed | FP64,
1330 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
Dassembler-a64.cc2949 Emit(SF(rn) | FPType(vd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()