Home | History | Annotate | Download | only in a64

Lines Matching refs:BranchType

48 enum BranchType {
367 BranchType InvertBranchType(BranchType type) {
369 return static_cast<BranchType>(
372 return static_cast<BranchType>(type ^ 1);
376 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);