Home | History | Annotate | Download | only in fipstools

Lines Matching full:addis

354   addis <address register>, 2, foo@toc@ha
357 The ?addis? instruction shifts a signed constant left 16 bits and adds the
380 the global entry will typically use an addis+addi pair to add a known offset to
384 addis 2, 12, .TOC. - foo@ha
429 // isPPC64LEAPair recognises an addis+addi pair that's adding the offset of
443 if name1 != "addis" ||
674 if instructionName != "addis" || len(argNodes) != 3 || i != 2 || args[1] != "2" {
1546 case "addis", "addi", "mflr":