Home
last modified time | relevance | path

Searched refs:BranchTarget (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs41 Label { target: BranchTarget },
188 pub enum BranchTarget { enum
196 impl BranchTarget { impl
200 BranchTarget::Label(l) => Some(l), in as_label()
208 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ri_offset_or_zero()
219 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ril_offset_or_zero()
310 impl PrettyPrint for BranchTarget { implementation
313 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
314 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
H A Demit_tests.rs5407 dest: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5528 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5537 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5546 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5555 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5564 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5573 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5582 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5591 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5600 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs41 Label { target: BranchTarget },
188 pub enum BranchTarget { enum
196 impl BranchTarget { impl
200 BranchTarget::Label(l) => Some(l), in as_label()
208 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ri_offset_or_zero()
219 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ril_offset_or_zero()
310 impl PrettyPrint for BranchTarget { implementation
313 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
314 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
H A Demit_tests.rs5407 dest: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5528 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5537 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5546 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5555 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5564 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5573 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5582 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5591 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5600 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs41 Label { target: BranchTarget },
188 pub enum BranchTarget { enum
196 impl BranchTarget { implementation
200 BranchTarget::Label(l) => Some(l), in as_label()
208 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ri_offset_or_zero()
219 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ril_offset_or_zero()
310 impl PrettyPrint for BranchTarget { implementation
313 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
314 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs41 Label { target: BranchTarget },
188 pub enum BranchTarget { enum
196 impl BranchTarget { implementation
200 BranchTarget::Label(l) => Some(l), in as_label()
208 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ri_offset_or_zero()
219 BranchTarget::ResolvedOffset(off) => off >> 1, in as_ril_offset_or_zero()
310 impl PrettyPrint for BranchTarget { implementation
313 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
314 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
H A Demit_tests.rs5407 dest: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5528 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5537 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5546 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5555 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5564 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5573 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5582 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5591 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
5600 taken: BranchTarget::ResolvedOffset(64), in test_s390x_binemit()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Dargs.rs285 pub enum BranchTarget { enum
294 impl BranchTarget { implementation
298 &mut BranchTarget::Block(bix) => { in lower()
303 *self = BranchTarget::ResolvedOffset(branch_offset); in lower()
305 &mut BranchTarget::ResolvedOffset(..) => {} in lower()
312 &BranchTarget::Block(bix) => Some(bix), in as_block_index()
322 &BranchTarget::ResolvedOffset(off) => off >> 2, in as_offset_words()
350 &mut BranchTarget::Block(ref mut bix) => { in map()
354 &mut BranchTarget::ResolvedOffset(_) => {} in map()
485 impl ShowWithRRU for BranchTarget { implementation
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs219 pub enum BranchTarget { enum
226 impl BranchTarget { impl
230 BranchTarget::Label(l) => Some(l), in as_label()
238 BranchTarget::ResolvedOffset(off) => { in as_offset()
328 impl PrettyPrint for BranchTarget { implementation
331 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
332 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs219 pub enum BranchTarget { enum
226 impl BranchTarget { impl
230 BranchTarget::Label(l) => Some(l), in as_label()
238 BranchTarget::ResolvedOffset(off) => { in as_offset()
328 impl PrettyPrint for BranchTarget { implementation
331 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
332 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs219 pub enum BranchTarget { enum
226 impl BranchTarget { implementation
230 BranchTarget::Label(l) => Some(l), in as_label()
238 BranchTarget::ResolvedOffset(off) => { in as_offset()
328 impl PrettyPrint for BranchTarget { implementation
331 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
332 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs219 pub enum BranchTarget { enum
226 impl BranchTarget { implementation
230 BranchTarget::Label(l) => Some(l), in as_label()
238 BranchTarget::ResolvedOffset(off) => { in as_offset()
328 impl PrettyPrint for BranchTarget { implementation
331 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
332 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x64/inst/
H A Dargs.rs376 pub enum BranchTarget { enum
384 impl ShowWithRRU for BranchTarget { implementation
387 BranchTarget::Label(l) => format!("{:?}", l), in show_rru()
388 BranchTarget::ResolvedOffset(offs) => format!("(offset {})", offs), in show_rru()
393 impl BranchTarget { impl
397 &BranchTarget::Label(l) => Some(l), in as_label()
410 &BranchTarget::ResolvedOffset(off) => { in as_offset32_or_zero()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/inst/
H A Dargs.rs300 pub enum BranchTarget { enum
308 impl BranchTarget { implementation
312 BranchTarget::Label(l) => Some(l), in as_label()
320 BranchTarget::ResolvedOffset(off) => off >> 2, in as_offset19_or_zero()
331 BranchTarget::ResolvedOffset(off) => off >> 2, in as_offset26_or_zero()
469 impl ShowWithRRU for BranchTarget { implementation
472 &BranchTarget::Label(label) => format!("label{:?}", label.get()), in show_rru()
473 &BranchTarget::ResolvedOffset(off) => format!("{}", off), in show_rru()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/InstPrinter/
H A DX86InstPrinterCommon.cpp108 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in printPCRelImm() local
110 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printPCRelImm()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/InstPrinter/
H A DX86InstPrinterCommon.cpp108 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in get_list_checksum()
110 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in get_list_checksum()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp255 uint64_t BranchTarget; in buildFlowGraphImpl() local
258 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
269 if (BranchTarget != Address) { in buildFlowGraphImpl()
302 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
304 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp255 uint64_t BranchTarget; in buildFlowGraphImpl() local
258 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
269 if (BranchTarget != Address) { in buildFlowGraphImpl()
302 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
304 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp256 uint64_t BranchTarget; in buildFlowGraphImpl() local
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
270 if (BranchTarget != Address) { in buildFlowGraphImpl()
303 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
305 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp256 uint64_t BranchTarget; in buildFlowGraphImpl() local
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
270 if (BranchTarget != Address) { in buildFlowGraphImpl()
303 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
305 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp255 uint64_t BranchTarget; in buildFlowGraphImpl() local
258 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
269 if (BranchTarget != Address) { in buildFlowGraphImpl()
302 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
304 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp256 uint64_t BranchTarget; in buildFlowGraphImpl() local
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
270 if (BranchTarget != Address) { in buildFlowGraphImpl()
303 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
305 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp256 uint64_t BranchTarget; in buildFlowGraphImpl() local
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
270 if (BranchTarget != Address) { in buildFlowGraphImpl()
303 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
305 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp256 uint64_t BranchTarget; in buildFlowGraphImpl() local
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
270 if (BranchTarget != Address) { in buildFlowGraphImpl()
303 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
305 if (BranchTarget == Address) in buildFlowGraphImpl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp256 uint64_t BranchTarget; in buildFlowGraphImpl() local
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
270 if (BranchTarget != Address) { in buildFlowGraphImpl()
303 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
305 if (BranchTarget == Address) in buildFlowGraphImpl()

12345678910>>...12