Home
last modified time | relevance | path

Searched refs:fix_branches (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.h60 void fix_branches();
262 void fix_branches();
DMIPS64Assembler.cpp169 void ArmToMips64Assembler::fix_branches() in fix_branches() function in android::ArmToMips64Assembler
171 mMips->fix_branches(); in fix_branches()
1365 void MIPS64Assembler::fix_branches() in fix_branches() function in android::MIPS64Assembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp435 a64asm->fix_branches(); in dataOpTest()