Home
last modified time | relevance | path

Searched refs:DYN (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
H A DRISCVBaseInfo.h107 DYN = 7, enumerator
125 case RISCVFPRndMode::DYN: in roundingModeToString()
137 .Case("dyn", RISCVFPRndMode::DYN) in stringToRoundingMode()
150 case RISCVFPRndMode::DYN: in isValidRoundingMode()
/third_party/elfutils/backends/
H A Dcommon-reloc.c74 #define DYN (1 << (ET_DYN - 1)) macro
83 #undef DYN macro
/third_party/node/deps/v8/src/diagnostics/riscv64/
H A Ddisasm-riscv64.cc476 case DYN: in PrintRoundingMode()
477 s = "DYN"; in PrintRoundingMode()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1232 DYN = 0b111 // In instruction's rm field, selects dynamic rounding mode;
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc3280 if (rmode == DYN) rmode = get_dynamic_rounding_mode(); in RoundF2FHelper()
3321 if (rmode == DYN) rmode = get_dynamic_rounding_mode(); in RoundF2FHelper()

Completed in 14 milliseconds