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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 174 struct branch_target_t { struct in class:android::ARMAssembler
175 inline branch_target_t() : label(0), pc(0) { } function in struct:android::ARMAssembler::branch_target_t
176 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::ARMAssembler::branch_target_t
182 Vector<branch_target_t> mBranchTargets;
Arm64Assembler.h 252 struct branch_target_t { struct in class:android::ArmToArm64Assembler
253 inline branch_target_t() : label(0), pc(0) { } function in struct:android::ArmToArm64Assembler::branch_target_t
254 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::ArmToArm64Assembler::branch_target_t
261 Vector<branch_target_t> mBranchTargets;
MIPSAssembler.h 416 struct branch_target_t { struct in class:android::MIPSAssembler
417 inline branch_target_t() : label(0), pc(0) { } function in struct:android::MIPSAssembler::branch_target_t
418 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::MIPSAssembler::branch_target_t
424 Vector<branch_target_t> mBranchTargets;
ARMAssembler.cpp 121 mBranchTargets.add(branch_target_t(label, mPC));
127 mBranchTargets.add(branch_target_t(label, mPC));
172 const branch_target_t& bt = mBranchTargets[count];
MIPSAssembler.cpp     [all...]
Arm64Assembler.cpp 271 mBranchTargets.add(branch_target_t(label, mPC));
305 const branch_target_t& bt = mBranchTargets[count];
    [all...]

Completed in 2592 milliseconds