Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssembler.h171 struct branch_target_t { struct
172 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument
173 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() function
179 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() function
261 Vector<branch_target_t> mBranchTargets; argument
DMIPSAssembler.h414 struct branch_target_t { struct
415 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument
416 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() argument
422 Vector<branch_target_t> mBranchTargets; argument