| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | dtrace_xoroshiro128_plus.c | 52 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/ |
| HD | bpf_jit_machdep.c | 423 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()
|
| HD | bpf_jit_machdep.h | 476 #define JUMP(off) do { \ macro
|
| /freebsd-11-stable/sys/i386/i386/ |
| HD | bpf_jit_machdep.c | 444 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()
|
| HD | bpf_jit_machdep.h | 421 #define JUMP(off) do { \ macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | R600InstrInfo.cpp | 666 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()
|
| HD | AMDILCFGStructurizer.cpp | 517 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()
|
| HD | R600Instructions.td | 1329 "JUMP @$ADDR POP:$POP_COUNT"> { 1397 "JUMP $target ($p)", 1401 def JUMP : InstR600 < 1404 "JUMP $target",
|
| HD | EvergreenInstructions.td | 745 "JUMP @$ADDR POP:$POP_COUNT"> {
|
| HD | R600ISelLowering.cpp | 396 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter()
|
| /freebsd-11-stable/sys/netpfil/ipfw/ |
| HD | ip_fw2.c | 134 #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/ |
| HD | arc-opc.c | 251 #define JUMP (BRANCH + 1) macro 255 #define JUMPFLAGS (JUMP + 1)
|
| /freebsd-11-stable/usr.bin/fortune/datfiles/ |
| HD | zippy | 1260 You should all JUMP UP AND DOWN for TWO HOURS while I decide on a NEW
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | rtl.texi | 3520 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/ |
| HD | gas.pot | 8144 " -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/ |
| HD | ChangeLog-2002 | 13029 is valid at JUMP. 23289 code before JUMP, not EARLIEST.
|
| HD | ChangeLog-2000 | 7130 target for the new JUMP insn.
|
| HD | ChangeLog-2001 | 16573 * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
|