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.cc3941 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
3956 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
4120 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
4135 condition_reg_ = CC_OF; in DecodeFourByteFloatingPointRound()
4236 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4242 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4280 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4292 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4304 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
4314 condition_reg_ = CC_OF; in DecodeFourByteFloatingPoint()
[all …]
Dsimulator-s390.h436 if (isOF) condition_reg_ = CC_OF; in SetS390OverflowCode()