Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace_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/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c129 static const uint64_t JUMP[] = { 0x180ec6d33cfd0aba, in spl_rand_jump() local
137 for (i = 0; i < sizeof (JUMP) / sizeof (*JUMP); i++) in spl_rand_jump()
139 if (JUMP[i] & 1ULL << b) { in spl_rand_jump()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.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()
H A DR600MachineCFGStructurizer.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()
H A DR600Instructions.td1316 "JUMP @$ADDR POP:$POP_COUNT"> {
1384 "JUMP $target ($p)",
1388 def JUMP : InstR600 <
1391 "JUMP $target",
H A DEvergreenInstructions.td846 "JUMP @$ADDR POP:$POP_COUNT"> {
H A DR600ISelLowering.cpp317 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter()
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c423 JUMP(ins->k); in bpf_jit_compile()
435 JUMP(ins->jt); in bpf_jit_compile()
H A Dbpf_jit_machdep.h494 #define JUMP(off) do { \ macro
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c445 JUMP(ins->k); in bpf_jit_compile()
457 JUMP(ins->jt); in bpf_jit_compile()
H A Dbpf_jit_machdep.h439 #define JUMP(off) do { \ macro