Home
last modified time | relevance | path

Searched defs:branch_type (Results 1 – 9 of 9) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc872 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth()
889 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) { in GetImmBranchForwardRange()
895 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
Dinstructions-aarch64.h492 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
Dmacro-assembler-aarch64.h199 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo()
403 static int BranchIndexFromType(ImmBranchType branch_type) { in BranchIndexFromType()
417 bool IsValidBranchType(ImmBranchType branch_type) { in IsValidBranchType()
6739 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange()
Dmacro-assembler-aarch64.cc206 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp1070 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB() local
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c929 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch()
Dvtn_private.h229 enum vtn_branch_type branch_type; member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc789 FunctionType branch_type = branch_func.getType(); in VerifyCaseOrIfOpBranchFunctions() local
811 [i](FunctionType &branch_type) { return branch_type.getInput(i); }); in VerifyCaseOrIfOpBranchFunctions()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2807 TEST(branch_type) { in TEST() argument