Home
last modified time | relevance | path

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

/freebsd-13-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-13-stable/sys/contrib/openzfs/module/os/linux/spl/
HDspl-generic.c119 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/
HDR600InstrInfo.cpp639 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()
HDR600MachineCFGStructurizer.cpp495 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()
HDR600Instructions.td1316 "JUMP @$ADDR POP:$POP_COUNT"> {
1384 "JUMP $target ($p)",
1388 def JUMP : InstR600 <
1391 "JUMP $target",
HDEvergreenInstructions.td846 "JUMP @$ADDR POP:$POP_COUNT"> {
HDR600ISelLowering.cpp317 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter()
/freebsd-13-stable/sys/amd64/amd64/
HDbpf_jit_machdep.c423 JUMP(ins->k); in bpf_jit_compile()
435 JUMP(ins->jt); in bpf_jit_compile()
HDbpf_jit_machdep.h494 #define JUMP(off) do { \ macro
/freebsd-13-stable/sys/i386/i386/
HDbpf_jit_machdep.c445 JUMP(ins->k); in bpf_jit_compile()
457 JUMP(ins->jt); in bpf_jit_compile()
HDbpf_jit_machdep.h439 #define JUMP(off) do { \ macro
/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw2.c150 #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()