Home
last modified time | relevance | path

Searched refs:BRCC (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.cpp36 static const char *ARCBRCondCodeToString(ARCCC::BRCondCode BRCC) { in ARCBRCondCodeToString() argument
37 switch (BRCC) { in ARCBRCondCodeToString()
51 return BadConditionCode(BRCC); in ARCBRCondCodeToString()
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp615 if (Opcode != Lanai::BRCC) in analyzeBranch()
677 BuildMI(&MBB, DL, get(Lanai::BRCC)).addMBB(TrueBlock).addImm(ConditionalCode); in insertBranch()
700 Instruction->getOpcode() != Lanai::BRCC) { in removeBranch()
DLanaiInstrInfo.td685 def BRCC : InstBR<(outs), (ins BrTarget:$addr, CCOp:$DDDI),
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-parse.y79 #define BRCC(t, b, offset) \ macro
2415 $$ = BRCC (0, 0, $5);
2426 $$ = BRCC (0, 1, $5);
2437 $$ = BRCC (1, 0, $4);
2448 $$ = BRCC (1, 1, $4);
Dtc-bfin.c1622 INIT (BRCC); in bfin_gen_brcc()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dbfin.h782 } BRCC; typedef
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.c470 #define BRCC(t, b, offset) \ macro
4837 (yyval.instr) = BRCC (0, 0, (yyvsp[0].expr));
4850 (yyval.instr) = BRCC (0, 1, (yyvsp[-3].expr));
4863 (yyval.instr) = BRCC (1, 0, (yyvsp[0].expr));
4876 (yyval.instr) = BRCC (1, 1, (yyvsp[-3].expr));
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRInstrInfo.td1151 // BRCC k