HomeSort by relevance Sort by last modified time
    Searched full:branch_info (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 44 struct branch_info { struct
52 struct branch_info * Branches;
60 struct branch_info * branch;
63 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
69 memset(branch, 0, sizeof(struct branch_info));
90 struct branch_info * branch;
199 struct branch_info * branch;
r500_fragprog_emit.c 57 struct branch_info { struct
80 struct branch_info * Branches;
463 struct branch_info * branch;
546 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 300 void insert(BranchInfo branch_info) {
301 ImmBranchType type = branch_info.branch_type_;
303 typed_set_[BranchIndexFromType(type)].insert(branch_info);
306 void erase(BranchInfo branch_info) {
307 if (IsValidBranchType(branch_info.branch_type_)) {
309 BranchInfoSet::BranchIndexFromType(branch_info.branch_type_);
310 typed_set_[index].erase(branch_info);
469 const VeneerPool::BranchInfo& branch_info) {
470 return branch_info.max_reachable_pc_;
479 VeneerPool::BranchInfo* branch_info, ptrdiff_t key)
    [all...]
macro-assembler-a64.cc 165 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); local
166 unresolved_branches_.insert(branch_info);
187 BranchInfo branch_info(link_offset, label, link->BranchType());
188 unresolved_branches_.erase(branch_info);
236 BranchInfo* branch_info = it.Current(); local
237 if (ShouldEmitVeneer(branch_info->max_reachable_pc_,
240 ptrdiff_t branch_pos = branch_info->pc_offset_;
242 Label* label = branch_info->label_;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 580 Branch_info info(ppc_object, data_shndx, r_offset, r_type, r_sym, addend);
    [all...]
ChangeLog     [all...]

Completed in 3577 milliseconds