HomeSort by relevance Sort by last modified time
    Searched full:destb (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 450 template<GPRReg destA, GPRReg destB>
470 m_jit.move(JITCompiler::gprToRegisterID(srcB), JITCompiler::gprToRegisterID(destB));
471 } else if (srcA != destB) {
473 m_jit.move(JITCompiler::gprToRegisterID(srcB), JITCompiler::gprToRegisterID(destB));
476 m_jit.swap(JITCompiler::gprToRegisterID(destB), JITCompiler::gprToRegisterID(destB));
478 template<FPRReg destA, FPRReg destB>
498 m_jit.moveDouble(JITCompiler::fprToRegisterID(srcB), JITCompiler::fprToRegisterID(destB));
502 if (srcA != destB) {
504 m_jit.moveDouble(JITCompiler::fprToRegisterID(srcB), JITCompiler::fprToRegisterID(destB));
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 562 /// DestA and DestB, remove any other MBB successors from the CFG. DestA and
563 /// DestB can be null. Besides DestA and DestB, retain other edges leading
565 /// that here). Note it is possible that DestA and/or DestB are LandingPads.
567 MachineBasicBlock *DestB,

Completed in 102 milliseconds