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

  /external/v8/src/arm64/
instructions-arm64.h 275 static int ImmBranchRangeBitwidth(ImmBranchType branch_type) {
276 switch (branch_type) {
292 static int32_t ImmBranchRange(ImmBranchType branch_type) {
294 (1 << (ImmBranchRangeBitwidth(branch_type) + kInstructionSizeLog2)) / 2 -
347 static bool IsValidImmPCOffset(ImmBranchType branch_type, int32_t offset);
instructions-arm64.cc 210 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type,
212 return is_intn(offset, ImmBranchRangeBitwidth(branch_type));
lithium-codegen-arm64.h 217 BranchType branch_type, Register reg = NoReg,
lithium-codegen-arm64.cc 992 LInstruction* instr, const char* detail, BranchType branch_type,
    [all...]
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 281 static int ImmBranchRangeBitwidth(ImmBranchType branch_type);
282 static int32_t ImmBranchForwardRange(ImmBranchType branch_type);
283 static bool IsValidImmPCOffset(ImmBranchType branch_type, int32_t offset);
macro-assembler-a64.h 172 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type)
173 : pc_offset_(offset), label_(label), branch_type_(branch_type) {
228 ImmBranchType branch_type);
356 static int BranchIndexFromType(ImmBranchType branch_type) {
357 switch (branch_type) {
370 bool IsValidBranchType(ImmBranchType branch_type) {
371 return (branch_type != UnknownBranchType) &&
372 (branch_type != UncondBranchType);
    [all...]
macro-assembler-a64.cc 146 ImmBranchType branch_type) {
148 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type);
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
parse-events.l 171 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
  /art/compiler/utils/arm/
assembler_thumb2.cc 1594 Branch::Type branch_type; local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 6481 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 528 milliseconds