Home | History | Annotate | Download | only in ppc

Lines Matching full:overflowed

162     len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
175 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
527 // 2) OVERFLOWED access:
535 bool overflowed = (opcode == ADDIS);
537 if (overflowed) {
543 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
554 bool overflowed = false;
562 overflowed = true;
565 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
575 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
583 if (overflowed) {
598 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
599 CHECK(overflowed != is_int16(offset));
606 if (overflowed) {