Home | History | Annotate | Download | only in ppc

Lines Matching defs:overflowed

147     len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
160 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
478 // 2) OVERFLOWED access:
486 bool overflowed = (opcode == ADDIS);
488 if (overflowed) {
494 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
505 bool overflowed = false;
513 overflowed = true;
516 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
526 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
534 if (overflowed) {
549 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
550 CHECK(overflowed != is_int16(offset));
557 if (overflowed) {