Home
last modified time | relevance | path

Searched refs:MIPS_NACL_BUNDLE_ALIGN (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCNaCl.h18 static const unsigned MIPS_NACL_BUNDLE_ALIGN = 4u; variable
DMipsNaClELFStreamer.cpp263 S->EmitBundleAlignMode(MIPS_NACL_BUNDLE_ALIGN); in createMipsNaClELFStreamer()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp328 EmitAlignment(std::max(MF->getAlignment(), MIPS_NACL_BUNDLE_ALIGN)); in EmitFunctionEntryLabel()
1065 MBBs[J]->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
1073 MBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
DMipsLongBranch.cpp348 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()