Searched refs:JCC (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 124 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 D | MSP430InstrInfo.cpp | 118 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 D | MSP430ISelLowering.cpp | 1505 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 D | MSP430InstrInfo.td | 269 def JCC : CJForm<(outs), (ins jmptarget:$dst, cc:$cond),
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.c | 441 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 D | bpf_jit_machdep.h | 475 #define JCC(t, f) do { \ macro
|
/freebsd/sys/i386/i386/ |
H A D | bpf_jit_machdep.c | 463 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 D | bpf_jit_machdep.h | 420 #define JCC(t, f) do { \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 352 MI.setOpcode(MSP430::JCC); in getInstructionCJ()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 8514 … branches within 32-byte boundaries to mitigate the performance impact of the Intel JCC erratum.">,
|