/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/aarch64/ |
macro-assembler-aarch64.h | 333 void insert(BranchInfo branch_info) { 334 ImmBranchType type = branch_info.branch_type_; 336 typed_set_[BranchIndexFromType(type)].insert(branch_info); 339 void erase(BranchInfo branch_info) { 340 if (IsValidBranchType(branch_info.branch_type_)) { 342 BranchInfoSet::BranchIndexFromType(branch_info.branch_type_); 343 typed_set_[index].erase(branch_info); [all...] |
macro-assembler-aarch64.cc | 203 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); local 204 unresolved_branches_.insert(branch_info); 225 BranchInfo branch_info(link_offset, label, link->GetBranchType()); 226 unresolved_branches_.erase(branch_info); 274 BranchInfo* branch_info = it.Current(); local 275 if (ShouldEmitVeneer(branch_info->max_reachable_pc_, 281 ptrdiff_t branch_pos = branch_info->pc_offset_; 283 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...] |