Home
last modified time | relevance | path

Searched defs:regC (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp528 TwoAddressInstructionPass::isProfitableToCommute(unsigned regB, unsigned regC, in isProfitableToCommute()
884 unsigned regC = 0; in TryInstructionTransform() local
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp546 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp585 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java5483 short regC = parseRegister_byte((registerC!=null?registerC.getText():null)); in insn_format23x() local