Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:BOpc

122     int BOpc   = Hexagon::JMP;
155 BuildMI(&MBB, DL, get(BOpc)).addMBB(TBB);
164 BuildMI(&MBB, DL, get(BOpc)).addMBB(FBB);
306 int BOpc = Hexagon::JMP;
313 if (I->getOpcode() != BOpc && I->getOpcode() != BccOpc &&