Home
last modified time | relevance | path

Searched defs:branch_target_t (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssembler.h174 struct branch_target_t { struct
175 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() function
176 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() argument
182 Vector<branch_target_t> mBranchTargets; argument
DArm64Assembler.h252 struct branch_target_t { struct
253 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument
254 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() argument
261 Vector<branch_target_t> mBranchTargets; argument
DMIPSAssembler.h416 struct branch_target_t { struct
417 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument
418 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() function
424 Vector<branch_target_t> mBranchTargets; argument