Searched refs:JUMP (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | 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/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-generic.c | 129 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 D | 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()
|
H A D | 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()
|
H A D | R600Instructions.td | 1316 "JUMP @$ADDR POP:$POP_COUNT"> { 1384 "JUMP $target ($p)", 1388 def JUMP : InstR600 < 1391 "JUMP $target",
|
H A D | EvergreenInstructions.td | 846 "JUMP @$ADDR POP:$POP_COUNT"> {
|
H A D | R600ISelLowering.cpp | 317 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(R600::JUMP)) in EmitInstrWithCustomInserter()
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.c | 423 JUMP(ins->k); in bpf_jit_compile() 435 JUMP(ins->jt); in bpf_jit_compile()
|
H A D | bpf_jit_machdep.h | 494 #define JUMP(off) do { \ macro
|
/freebsd/sys/i386/i386/ |
H A D | bpf_jit_machdep.c | 445 JUMP(ins->k); in bpf_jit_compile() 457 JUMP(ins->jt); in bpf_jit_compile()
|
H A D | bpf_jit_machdep.h | 439 #define JUMP(off) do { \ macro
|