HomeSort by relevance Sort by last modified time
    Searched refs:FPTieEven (Results 1 - 8 of 8) sorted by null

  /external/v8/src/arm64/
simulator-arm64.cc     [all...]
instructions-arm64.h 80 FPTieEven = 0x0,
simulator-arm64.h 823 DCHECK(fpcr().RMode() == FPTieEven); // Ties-to-even rounding only.
macro-assembler-arm64.cc     [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc     [all...]
instructions-aarch64.h 145 FPTieEven = 0x0,
logic-aarch64.cc 245 // Only the FPTieEven rounding mode is implemented.
246 VIXL_ASSERT(round_mode == FPTieEven);
295 // Only the FPTieEven rounding mode is implemented.
296 VIXL_ASSERT(round_mode == FPTieEven);
345 // Only the FPTieEven rounding mode is implemented.
346 VIXL_ASSERT((round_mode == FPTieEven) || (round_mode == FPRoundOdd));
    [all...]
simulator-aarch64.h 76 // Only FPTieEven and FPRoundOdd rounding modes are implemented.
77 VIXL_ASSERT((round_mode == FPTieEven) || (round_mode == FPRoundOdd));
151 if (round_mode == FPTieEven) {
152 // FPTieEven rounding mode handles overflows using infinities.
185 if (round_mode == FPTieEven) {
206 if (round_mode == FPTieEven) {
    [all...]

Completed in 193 milliseconds