Home
last modified time | relevance | path

Searched refs:JUMP (Results 1 – 18 of 18) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace_xoroshiro128_plus.c52 static const uint64_t JUMP[] = { 0xbeac0467eba5facb, in dtrace_xoroshiro128_plus_jump() local
59 for (i = 0; i < sizeof JUMP / sizeof *JUMP; i++) { in dtrace_xoroshiro128_plus_jump()
61 if (JUMP[i] & 1ULL << b) { in dtrace_xoroshiro128_plus_jump()
/freebsd-11-stable/sys/amd64/amd64/
HDbpf_jit_machdep.c423 JUMP(ins->k); in bpf_jit_compile()
428 JUMP(ins->jt); in bpf_jit_compile()
437 JUMP(ins->jt); in bpf_jit_compile()
446 JUMP(ins->jt); in bpf_jit_compile()
455 JUMP(ins->jt); in bpf_jit_compile()
464 JUMP(ins->jt); in bpf_jit_compile()
473 JUMP(ins->jt); in bpf_jit_compile()
482 JUMP(ins->jt); in bpf_jit_compile()
491 JUMP(ins->jt); in bpf_jit_compile()
HDbpf_jit_machdep.h476 #define JUMP(off) do { \ macro
/freebsd-11-stable/sys/i386/i386/
HDbpf_jit_machdep.c444 JUMP(ins->k); in bpf_jit_compile()
449 JUMP(ins->jt); in bpf_jit_compile()
458 JUMP(ins->jt); in bpf_jit_compile()
467 JUMP(ins->jt); in bpf_jit_compile()
476 JUMP(ins->jt); in bpf_jit_compile()
485 JUMP(ins->jt); in bpf_jit_compile()
494 JUMP(ins->jt); in bpf_jit_compile()
503 JUMP(ins->jt); in bpf_jit_compile()
512 JUMP(ins->jt); in bpf_jit_compile()
HDbpf_jit_machdep.h421 #define JUMP(off) do { \ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600InstrInfo.cpp666 return Opcode == R600::JUMP || Opcode == R600::JUMP_COND; in isJump()
695 while (I != MBB.begin() && std::prev(I)->getOpcode() == R600::JUMP) { in analyzeBranch()
706 if (LastOpc == R600::JUMP) { in analyzeBranch()
728 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch()
767 BuildMI(&MBB, DL, get(R600::JUMP)).addMBB(TBB); in insertBranch()
793 BuildMI(&MBB, DL, get(R600::JUMP)).addMBB(FBB); in insertBranch()
830 case R600::JUMP: in removeBranch()
855 case R600::JUMP: in removeBranch()
HDAMDILCFGStructurizer.cpp517 case R600::JUMP: return R600::IF_PREDICATE_SET; in getBranchNzeroOpcode()
528 case R600::JUMP: return R600::IF_PREDICATE_SET; in getBranchZeroOpcode()
539 case R600::JUMP: return R600::CONTINUE_LOGICALNZ_i32; in getContinueNzeroOpcode()
548 case R600::JUMP: return R600::CONTINUE_LOGICALZ_i32; in getContinueZeroOpcode()
587 case R600::JUMP: in isUncondBranch()
HDR600Instructions.td1329 "JUMP @$ADDR POP:$POP_COUNT"> {
1397 "JUMP $target ($p)",
1401 def JUMP : InstR600 <
1404 "JUMP $target",
HDEvergreenInstructions.td745 "JUMP @$ADDR POP:$POP_COUNT"> {
HDR600ISelLowering.cpp396 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter()
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw2.c134 #define JUMP(ch, f, num, targ, back) jump_fast(ch, f, num, targ, back) macro
138 #define JUMP(ch, f, num, targ, back) jump_linear(ch, f, num, targ, back) macro
2781 f_pos = JUMP(chain, f, cmd->arg1, tablearg, 0); in ipfw_chk()
2870 f_pos = JUMP(chain, f, cmd->arg1, in ipfw_chk()
/freebsd-11-stable/contrib/binutils/opcodes/
HDarc-opc.c251 #define JUMP (BRANCH + 1) macro
255 #define JUMPFLAGS (JUMP + 1)
/freebsd-11-stable/usr.bin/fortune/datfiles/
HDzippy1260 You should all JUMP UP AND DOWN for TWO HOURS while I decide on a NEW
/freebsd-11-stable/contrib/gcc/doc/
HDrtl.texi3520 These notes are found in JUMP insns after delayed branch scheduling
3522 of the JUMP@. The format is a bitmask of ATTR_FLAG_* values.
/freebsd-11-stable/contrib/binutils/gas/po/
HDgas.pot8144 " -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n"
8166 " PUSHJ or JUMP is not known to be within range.\n"
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200213029 is valid at JUMP.
23289 code before JUMP, not EARLIEST.
HDChangeLog-20007130 target for the new JUMP insn.
HDChangeLog-200116573 * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns