Searched refs:BRCC (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ |
| D | ARCInstPrinter.cpp | 36 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/ |
| D | LanaiInstrInfo.cpp | 615 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()
|
| D | LanaiInstrInfo.td | 685 def BRCC : InstBR<(outs), (ins BrTarget:$addr, CCOp:$DDDI),
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | bfin-parse.y | 79 #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);
|
| D | tc-bfin.c | 1622 INIT (BRCC); in bfin_gen_brcc()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | bfin.h | 782 } BRCC; typedef
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | bfin-parse.c | 470 #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/ |
| D | AVRInstrInfo.td | 1151 // BRCC k
|