Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:Start

181   uint8_t Start = ((Opcode1 & 0xf0) >> 4);
183 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
201 uint8_t Start = ((Opcode1 & 0xf0) >> 4);
203 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "wR");
222 uint8_t Start = 16 + ((Opcode1 & 0xf0) >> 4);
224 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
232 uint8_t Start = ((Opcode1 & 0xf0) >> 4);
234 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
487 /// * The first word contains a PREL31 offset to the start of a function with
490 /// - The PREL31 offset of the start of the table entry for the function,