Home | History | Annotate | Download | only in arm64

Lines Matching refs:BranchType

68 enum BranchType {
106 inline BranchType InvertBranchType(BranchType type) {
108 return static_cast<BranchType>(
111 return static_cast<BranchType>(type ^ 1);
301 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);