Lines Matching defs:Prologue

225                               unsigned Length, bool Prologue) {
229 static_cast<const char *>(Prologue ? "sub" : "add"),
236 unsigned Length, bool Prologue) {
238 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15))
242 assert((~RegisterMask & (1 << (Prologue ? 15 : 14))) && "pc must not be set");
246 Prologue ? "push" : "pop");
255 unsigned Length, bool Prologue) {
256 if (Prologue)
267 unsigned Length, bool Prologue) {
271 uint16_t GPRMask = (Link << (Prologue ? 14 : 15))
275 Prologue ? "push" : "pop");
284 unsigned Length, bool Prologue) {
288 uint16_t GPRMask = (Link << (Prologue ? 14 : 15))
292 Prologue ? "push" : "pop");
301 unsigned Length, bool Prologue) {
306 Prologue ? "vpush" : "vpop");
315 unsigned Length, bool Prologue) {
320 static_cast<const char *>(Prologue ? "sub" : "add"),
328 unsigned Length, bool Prologue) {
329 uint8_t GPRMask = ((OC[Offset + 0] & 0x01) << (Prologue ? 14 : 15))
333 OC[Offset + 1], Prologue ? "push" : "pop");
342 unsigned Length, bool Prologue) {
343 assert(!Prologue && "may not be used in prologue");
358 unsigned Length, bool Prologue) {
359 assert(!Prologue && "may not be used in prologue");
374 unsigned Length, bool Prologue) {
380 OC[Offset + 1], Prologue ? "vpush" : "vpop");
389 unsigned Length, bool Prologue) {
395 OC[Offset + 1], Prologue ? "vpush" : "vpop");
404 unsigned Length, bool Prologue) {
409 static_cast<const char *>(Prologue ? "sub" : "add"),
417 unsigned Length, bool Prologue) {
425 static_cast<const char *>(Prologue ? "sub" : "add"), Imm);
432 unsigned Length, bool Prologue) {
438 static_cast<const char *>(Prologue ? "sub" : "add"), Imm);
445 unsigned Length, bool Prologue) {
453 static_cast<const char *>(Prologue ? "sub" : "add"), Imm);
460 unsigned Length, bool Prologue) {
467 unsigned Length, bool Prologue) {
474 unsigned Length, bool Prologue) {
481 unsigned Length, bool Prologue) {
488 unsigned Length, bool Prologue) {
494 bool Prologue) {
495 assert((!Prologue || Offset == 0) && "prologue should always use offset 0");
501 Terminated = (this->*Ring[DI].Routine)(Opcodes.data(), OI, 0, Prologue);
536 ListScope PS(SW, "Prologue");
537 decodeOpcodes(UC, 0, /*Prologue=*/true);
541 decodeOpcodes(UC, XData.EpilogueCount(), /*Prologue=*/false);
554 /*Prologue=*/false);