Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h65 CC_OF = 0x01, // S390 condition code 0b0001 enumerator
68 unordered = CC_OF, // Floating-point unordered
70 overflow = CC_OF, // Summary overflow
118 return CC_OF; in NegateCondition()
119 case CC_OF: in NegateCondition()
Dsimulator-s390.cc3921 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
3936 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
4100 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
4115 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
4216 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4222 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4260 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4272 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4284 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4294 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
[all …]
Dsimulator-s390.h435 if (isOF) condition_reg_ = CC_OF; in SetS390OverflowCode()