Searched refs:JUMP (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-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-13-stable/sys/contrib/openzfs/module/os/linux/spl/ |
| HD | spl-generic.c | 119 static const uint64_t JUMP[] = in spl_rand_jump() local 125 for (i = 0; i < sizeof (JUMP) / sizeof (*JUMP); i++) in spl_rand_jump() 127 if (JUMP[i] & 1ULL << b) { in spl_rand_jump()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | R600InstrInfo.cpp | 639 return Opcode == R600::JUMP || Opcode == R600::JUMP_COND; in isJump() 668 while (I != MBB.begin() && std::prev(I)->getOpcode() == R600::JUMP) { in analyzeBranch() 679 if (LastOpc == R600::JUMP) { in analyzeBranch() 702 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch() 741 BuildMI(&MBB, DL, get(R600::JUMP)).addMBB(TBB); in insertBranch() 766 BuildMI(&MBB, DL, get(R600::JUMP)).addMBB(FBB); in insertBranch() 802 case R600::JUMP: in removeBranch() 827 case R600::JUMP: in removeBranch()
|
| HD | R600MachineCFGStructurizer.cpp | 495 case R600::JUMP: return R600::IF_PREDICATE_SET; in getBranchNzeroOpcode() 506 case R600::JUMP: return R600::IF_PREDICATE_SET; in getBranchZeroOpcode() 517 case R600::JUMP: return R600::CONTINUE_LOGICALNZ_i32; in getContinueNzeroOpcode() 526 case R600::JUMP: return R600::CONTINUE_LOGICALZ_i32; in getContinueZeroOpcode() 565 case R600::JUMP: in isUncondBranch()
|
| HD | R600Instructions.td | 1316 "JUMP @$ADDR POP:$POP_COUNT"> { 1384 "JUMP $target ($p)", 1388 def JUMP : InstR600 < 1391 "JUMP $target",
|
| HD | EvergreenInstructions.td | 846 "JUMP @$ADDR POP:$POP_COUNT"> {
|
| HD | R600ISelLowering.cpp | 317 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter()
|
| /freebsd-13-stable/sys/amd64/amd64/ |
| HD | bpf_jit_machdep.c | 423 JUMP(ins->k); in bpf_jit_compile() 435 JUMP(ins->jt); in bpf_jit_compile()
|
| HD | bpf_jit_machdep.h | 494 #define JUMP(off) do { \ macro
|
| /freebsd-13-stable/sys/i386/i386/ |
| HD | bpf_jit_machdep.c | 445 JUMP(ins->k); in bpf_jit_compile() 457 JUMP(ins->jt); in bpf_jit_compile()
|
| HD | bpf_jit_machdep.h | 439 #define JUMP(off) do { \ macro
|
| /freebsd-13-stable/sys/netpfil/ipfw/ |
| HD | ip_fw2.c | 150 #define JUMP(ch, f, num, targ, back) jump_cached(ch, f, num, targ, back) macro 152 #define JUMP(ch, f, num, targ, back) jump_lookup_pos(ch, f, num, targ, back) macro 2908 f_pos = JUMP(chain, f, cmd->arg1, tablearg, 0); in ipfw_chk() 2997 f_pos = JUMP(chain, f, cmd->arg1, in ipfw_chk()
|