Home
last modified time | relevance | path

Searched refs:JCC (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp124 if (MI->getOpcode() != MSP430::JCC && MI->getOpcode() != MSP430::JMP) { in expandBranches()
146 if (MI->getOpcode() == MSP430::JCC && std::next(MI) != EE) { in expandBranches()
183 if (MI->getOpcode() == MSP430::JCC) { in expandBranches()
196 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::JCC)) in expandBranches()
H A DMSP430InstrInfo.cpp118 I->getOpcode() != MSP430::JCC && in removeBranch()
218 assert(I->getOpcode() == MSP430::JCC && "Invalid conditional branch"); in analyzeBranch()
274 BuildMI(&MBB, DL, get(MSP430::JCC)).addMBB(TBB).addImm(Cond[0].getImm()); in insertBranch()
H A DMSP430ISelLowering.cpp1505 BuildMI(BB, dl, TII.get(MSP430::JCC)) in EmitShiftInstr()
1532 BuildMI(LoopBB, dl, TII.get(MSP430::JCC)) in EmitShiftInstr()
1591 BuildMI(BB, dl, TII.get(MSP430::JCC)) in EmitInstrWithCustomInserter()
H A DMSP430InstrInfo.td269 def JCC : CJForm<(outs), (ins jmptarget:$dst, cc:$cond),
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c441 JCC(JA, JBE); in bpf_jit_compile()
446 JCC(JAE, JB); in bpf_jit_compile()
451 JCC(JE, JNE); in bpf_jit_compile()
456 JCC(JNE, JE); in bpf_jit_compile()
461 JCC(JA, JBE); in bpf_jit_compile()
466 JCC(JAE, JB); in bpf_jit_compile()
471 JCC(JE, JNE); in bpf_jit_compile()
476 JCC(JNE, JE); in bpf_jit_compile()
H A Dbpf_jit_machdep.h475 #define JCC(t, f) do { \ macro
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c463 JCC(JA, JBE); in bpf_jit_compile()
468 JCC(JAE, JB); in bpf_jit_compile()
473 JCC(JE, JNE); in bpf_jit_compile()
478 JCC(JNE, JE); in bpf_jit_compile()
483 JCC(JA, JBE); in bpf_jit_compile()
488 JCC(JAE, JB); in bpf_jit_compile()
493 JCC(JE, JNE); in bpf_jit_compile()
498 JCC(JNE, JE); in bpf_jit_compile()
H A Dbpf_jit_machdep.h420 #define JCC(t, f) do { \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp352 MI.setOpcode(MSP430::JCC); in getInstructionCJ()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8514 … branches within 32-byte boundaries to mitigate the performance impact of the Intel JCC erratum.">,