Home
last modified time | relevance | path

Searched refs:b40 (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_trie_test.3.check134 2a07:6b40::/29
H A Drde_trie_test.4.check137 2a07:6b40::/29
H A Drde_trie_test.3.in327 2a07:6b40::/29 29 29
H A Drde_trie_test.4.in328 2a07:6b40::/29 29 29
H A Drde_trie_test.3.out134 2a07:6b40::/29 MATCH
H A Drde_trie_test.4.out137 2a07:6b40::/29 MATCH
/openbsd-src/sys/arch/arm64/arm64/
H A Ddisasm.c3088 OP4FUNC(op_tbnz, b5, b40, imm14, Rt) argument
3090 uint64_t bit = (b5 << 5) + b40;
3099 OP4FUNC(op_tbz, b5, b40, imm14, Rt) argument
3101 uint64_t bit = (b5 << 5) + b40;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1158 integer bit_pos = UInt(b5:b40); in EmulateTBZ()