Home
last modified time | relevance | path

Searched refs:CC_OF (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h81 CC_OF = 0x01, // S390 condition code 0b0001 enumerator
84 unordered = CC_OF, // Floating-point unordered
86 overflow = CC_OF, // Summary overflow
125 return CC_OF; in NegateCondition()
126 case CC_OF: in NegateCondition()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h354 if (isOF) condition_reg_ = CC_OF; in SetS390OverflowCode()
H A Dsimulator-s390.cc4466 sim->condition_reg_ = CC_OF; in VectorFPCompare()
7135 condition_reg_ = CC_OF; in EVALUATE()
7169 condition_reg_ = CC_OF; in EVALUATE()
7219 condition_reg_ = CC_OF; in EVALUATE()
7287 condition_reg_ = CC_OF; in EVALUATE()
7319 condition_reg_ = CC_OF; in EVALUATE()
7378 condition_reg_ = CC_OF; in EVALUATE()

Completed in 21 milliseconds