Home
last modified time | relevance | path

Searched refs:SMBB (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp72 for (const MachineBasicBlock *SMBB : MBB.successors()) { in computeLastInsertPoint() local
73 if (SMBB->isEHPad()) { in computeLastInsertPoint()
74 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()
76 } else if (SMBB->isInlineAsmBrIndirectTarget()) in computeLastInsertPoint()
77 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-intrinsic.cc802 NDS32_BUILTIN(smbb, "smbb", SMBB)
1701 ADD_NDS32_BUILTIN2 ("smbb", integer, unsigned, unsigned, SMBB); in nds32_init_builtins_impl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-intrinsic.c802 NDS32_BUILTIN(smbb, "smbb", SMBB)
1701 ADD_NDS32_BUILTIN2 ("smbb", integer, unsigned, unsigned, SMBB); in nds32_init_builtins_impl()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dnds32-asm.c1016 {"smbb", "=rt,%ra,%rb", ALU2_2 (SMBB), 4, ATTR (DSP_ISAEXT), 0, NULL, 0, NULL},
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dnds32-asm.c1016 {"smbb", "=rt,%ra,%rb", ALU2_2 (SMBB), 4, ATTR (DSP_ISAEXT), 0, NULL, 0, NULL},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10532 MachineBasicBlock *SMBB = Successors.pop_back_val(); in EmitSjLjDispatchBlock() local
10533 if (SMBB->isEHPad()) { in EmitSjLjDispatchBlock()
10534 BB->removeSuccessor(SMBB); in EmitSjLjDispatchBlock()
10535 MBBLPads.push_back(SMBB); in EmitSjLjDispatchBlock()