Searched refs:branch_type (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/v8/src/arm64/ |
D | instructions-arm64.h | 275 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) { in ImmBranchRangeBitwidth() argument 276 switch (branch_type) { in ImmBranchRangeBitwidth() 292 static int32_t ImmBranchRange(ImmBranchType branch_type) { in ImmBranchRange() argument 294 (1 << (ImmBranchRangeBitwidth(branch_type) + kInstructionSizeLog2)) / 2 - in ImmBranchRange() 347 static bool IsValidImmPCOffset(ImmBranchType branch_type, int32_t offset);
|
D | instructions-arm64.cc | 210 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() argument 212 return is_intn(offset, ImmBranchRangeBitwidth(branch_type)); in IsValidImmPCOffset()
|
D | lithium-codegen-arm64.h | 217 BranchType branch_type, Register reg = NoReg,
|
D | lithium-codegen-arm64.cc | 992 LInstruction* instr, const char* detail, BranchType branch_type, in DeoptimizeBranch() argument 1038 __ B(&dont_trap, InvertBranchType(branch_type), reg, bit); in DeoptimizeBranch() 1047 if (branch_type == always && in DeoptimizeBranch() 1061 __ B(&jump_table_.last()->label, branch_type, reg, bit); in DeoptimizeBranch()
|
D | macro-assembler-arm64.h | 2169 ImmBranchType branch_type);
|
/external/oprofile/events/i386/p4-ht/ |
D | events | 24 event:0x26 counters:1 um:branch_type minimum:6000 name:RETIRED_MISPRED_BRANCH_TYPE : retired mispre… 25 event:0x27 counters:1 um:branch_type minimum:6000 name:RETIRED_BRANCH_TYPE : retired branches, sele…
|
D | unit_masks | 74 name:branch_type type:bitmask default:0x1f
|
/external/oprofile/events/i386/p4/ |
D | events | 30 event:0x26 counters:1,5 um:branch_type minimum:3000 name:RETIRED_MISPRED_BRANCH_TYPE : retired misp… 31 event:0x27 counters:1,5 um:branch_type minimum:3000 name:RETIRED_BRANCH_TYPE : retired branches, se…
|
D | unit_masks | 104 name:branch_type type:bitmask default:0x1f
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events.l | 171 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm64_toIR.c | 4614 UInt branch_type = INSN(22,21); in dis_ARM64_branch_etc() local 4616 if (branch_type == BITS2(1,0) /* RET */) { in dis_ARM64_branch_etc() 4623 if (branch_type == BITS2(0,1) /* CALL */) { in dis_ARM64_branch_etc() 4633 if (branch_type == BITS2(0,0) /* JMP */) { in dis_ARM64_branch_etc()
|
/external/oprofile/ |
D | ChangeLog-2004 | 782 * events/i386/p4-ht/unit_masks: correct branch_type unit mask.
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 1858 TEST(branch_type) { in TEST() argument
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm64.cc | 2360 TEST(branch_type) { in TEST() argument
|