Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp258 case CSKY::BR16: in mayNeedRelaxation()
297 case CSKY::BR16: in relaxInstruction()
H A DCSKYMCCodeEmitter.cpp353 TmpInst = MCInstBuilder(CSKY::BR16).addOperand(MI.getOperand(0)); in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp504 case CSKY::BR16: in initializeFunctionInfo()
889 case CSKY::BR16: in getUnconditionalBrDisp()
H A DCSKYInstrInfo16Instr.td207 def BR16 : J16<1, "br16", (ins br_symbol_16bit:$offset)>;
487 def : Pat<(br bb:$offset), (BR16 bb:$offset)>;