Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:ISB

1404   if (Opcode == AArch64::ISB) {
1405 auto ISB = AArch64ISB::lookupISBByEncoding(Val);
1406 Name = ISB ? ISB->Name : "";