OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBranchType
(Results
1 - 3
of
3
) sorted by null
/external/vixl/src/aarch64/
instructions-aarch64.cc
306
VIXL_ASSERT(
GetBranchType
() != UnknownBranchType);
315
switch (
GetBranchType
()) {
361
switch (
GetBranchType
()) {
instructions-aarch64.h
280
bool IsImmBranch() const { return
GetBranchType
() != UnknownBranchType; }
376
ImmBranchType
GetBranchType
() const {
389
VIXL_DEPRECATED("
GetBranchType
", ImmBranchType BranchType() const) {
390
return
GetBranchType
();
macro-assembler-aarch64.cc
229
if (BranchTypeUsesVeneers(link->
GetBranchType
())) {
230
BranchInfo branch_info(link_offset, label, link->
GetBranchType
());
[
all
...]
Completed in 65 milliseconds