Searched defs:SCVTF_fixed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h1226 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator in enum:v8::internal::FPFixedPointConvertOp
1227 SCVTF_sw_fixed = SCVTF_fixed,
1228 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1229 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1230 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
/external/vixl/src/a64/
H A Dconstants-a64.h1108 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator in enum:vixl::FPFixedPointConvertOp
1109 SCVTF_sw_fixed = SCVTF_fixed,
1110 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1111 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1112 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,

Completed in 543 milliseconds