HomeSort by relevance Sort by last modified time
    Searched refs:branch_type (Results 1 - 15 of 15) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 291 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
292 switch (branch_type) {
308 static int32_t ImmBranchRange(ImmBranchType branch_type) {
310 (1 << (ImmBranchRangeBitwidth(branch_type) + kInstructionSizeLog2)) / 2 -
372 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
instructions-arm64.cc 211 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
213 return is_intn(offset, ImmBranchRangeBitwidth(branch_type));
macro-assembler-arm64.h     [all...]
  /external/vixl/src/vixl/a64/
instructions-a64.cc 266 int Instruction::ImmBranchRangeBitwidth(ImmBranchType branch_type) {
267 switch (branch_type) {
283 int32_t Instruction::ImmBranchForwardRange(ImmBranchType branch_type) {
284 int32_t encoded_max = 1 << (ImmBranchRangeBitwidth(branch_type) - 1);
289 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
291 return is_intn(ImmBranchRangeBitwidth(branch_type), offset);
instructions-a64.h 282 static int ImmBranchRangeBitwidth(ImmBranchType branch_type);
283 static int32_t ImmBranchForwardRange(ImmBranchType branch_type);
284 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
macro-assembler-a64.h 174 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type)
175 : pc_offset_(offset), label_(label), branch_type_(branch_type) {
230 ImmBranchType branch_type);
358 static int BranchIndexFromType(ImmBranchType branch_type) {
359 switch (branch_type) {
372 bool IsValidBranchType(ImmBranchType branch_type) {
373 return (branch_type != UnknownBranchType) &&
374 (branch_type != UncondBranchType);
    [all...]
macro-assembler-a64.cc 163 ImmBranchType branch_type) {
165 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type);
    [all...]
  /external/autotest/site_utils/suite_scheduler/
manifest_versions.py 180 @return {(branch_type, milestone): [manifests, oldest, to, newest]}
196 @return {(branch_type, milestone): [manifests, oldest, to, newest]}
250 @return {(branch_type, milestone): [manifests, oldest, to, newest]}
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 2628 enum arm_st_branch_type branch_type; member in struct:elf32_arm_stub_hash_entry
2749 enum arm_st_branch_type branch_type; member in struct:a8_erratum_fix
2762 enum arm_st_branch_type branch_type; member in struct:a8_erratum_reloc
3648 enum arm_st_branch_type branch_type = *actual_branch_type; local
4292 enum arm_st_branch_type branch_type local
4319 branch_type, (struct elf_link_hash_entry *) stub_entry->h, local
5116 enum arm_st_branch_type branch_type; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 204 BranchType branch_type, Register reg = NoReg,
lithium-codegen-arm64.cc 833 BranchType branch_type, Register reg, int bit,
878 __ B(&dont_trap, InvertBranchType(branch_type), reg, bit);
887 if (branch_type == always &&
902 __ B(&jump_table_.last()->label, branch_type, reg, bit);
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc 2549 Fixup::Type branch_type; local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 6497 UInt branch_type = INSN(22,21); local
    [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/vixl/test/
test-assembler-a64.cc     [all...]

Completed in 900 milliseconds