Home | History | Annotate | Download | only in aarch64

Lines Matching defs:extend

385                                Extend extend_type,
1144 static_cast<Extend>(instr->GetExtendMode()),
1286 Extend ext = static_cast<Extend>(instr->GetExtendMode());
2113 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
2176 // If extend is true, extend the sign of the extracted bitfield.
2178 bool extend = false;
2186 extend = true;
2202 uint64_t signbits = extend && ((src >> S) & 1) ? topbits : 0;