Home
last modified time | relevance | path

Searched refs:other_reg (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/test/ELF/
H A Dppc64-gd-to-ie.s44 .globl other_reg
46 .type other_reg,@function
47 other_reg: label
52 .localentry other_reg, .Lfunc_lep1-.Lfunc_gep1
89 # Dis-LABEL: other_reg
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/test/ELF/
H A Dppc64-gd-to-ie.s44 .globl other_reg
46 .type other_reg,@function
47 other_reg: label
52 .localentry other_reg, .Lfunc_lep1-.Lfunc_gep1
89 # Dis-LABEL: other_reg
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/ti/
H A Dclkt_dflt.c143 struct clk_omap_reg *other_reg, in omap2_clk_dflt_find_companion() argument
146 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in omap2_clk_dflt_find_companion()
152 other_reg->offset ^= (CM_FCLKEN ^ CM_ICLKEN); in omap2_clk_dflt_find_companion()
H A Dclk-3xxx.c180 struct clk_omap_reg *other_reg, in am35xx_clk_find_companion() argument
183 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in am35xx_clk_find_companion()
H A Dclock.h264 struct clk_omap_reg *other_reg,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/ti/
H A Dclkt_dflt.c143 struct clk_omap_reg *other_reg, in omap2_clk_dflt_find_companion() argument
146 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in omap2_clk_dflt_find_companion()
152 other_reg->offset ^= (CM_FCLKEN ^ CM_ICLKEN); in omap2_clk_dflt_find_companion()
H A Dclk-3xxx.c180 struct clk_omap_reg *other_reg, in am35xx_clk_find_companion() argument
183 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in am35xx_clk_find_companion()
H A Dclock.h264 struct clk_omap_reg *other_reg,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/ti/
H A Dclkt_dflt.c143 struct clk_omap_reg *other_reg, in omap2_clk_dflt_find_companion() argument
146 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in omap2_clk_dflt_find_companion()
152 other_reg->offset ^= (CM_FCLKEN ^ CM_ICLKEN); in omap2_clk_dflt_find_companion()
H A Dclk-3xxx.c180 struct clk_omap_reg *other_reg, in am35xx_clk_find_companion() argument
183 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in am35xx_clk_find_companion()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dredundant_reload_remover.rs439 for other_reg in first_unit..first_unit + num_units { in has_inexact_binding()
440 if let Some(si) = &self.map[other_reg as usize] { in has_inexact_binding()
442 if other_reg == reg { in has_inexact_binding()
445 return Some(other_reg); in has_inexact_binding()
569 } else if let Some(other_reg) = in visit_inst()
576 debug_assert!(other_reg != dst_reg); in visit_inst()
578 Transform::ChangeToCopyToSSA(dfg.value_type(dst_value), other_reg); in visit_inst()
579 avail_env.copy_reg(other_reg, dst_reg); in visit_inst()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Dredundant_reload_remover.rs438 for other_reg in first_unit..first_unit + num_units { in has_inexact_binding()
439 if let Some(si) = &self.map[other_reg as usize] { in has_inexact_binding()
441 if other_reg == reg { in has_inexact_binding()
444 return Some(other_reg); in has_inexact_binding()
568 } else if let Some(other_reg) = in visit_inst()
575 debug_assert!(other_reg != dst_reg); in visit_inst()
577 Transform::ChangeToCopyToSSA(dfg.value_type(dst_value), other_reg); in visit_inst()
578 avail_env.copy_reg(other_reg, dst_reg); in visit_inst()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dredundant_reload_remover.rs439 for other_reg in first_unit..first_unit + num_units { in has_inexact_binding()
440 if let Some(si) = &self.map[other_reg as usize] { in has_inexact_binding()
442 if other_reg == reg { in has_inexact_binding()
445 return Some(other_reg); in has_inexact_binding()
569 } else if let Some(other_reg) = in visit_inst()
576 debug_assert!(other_reg != dst_reg); in visit_inst()
578 Transform::ChangeToCopyToSSA(dfg.value_type(dst_value), other_reg); in visit_inst()
579 avail_env.copy_reg(other_reg, dst_reg); in visit_inst()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dredundant_reload_remover.rs439 for other_reg in first_unit..first_unit + num_units { in has_inexact_binding()
440 if let Some(si) = &self.map[other_reg as usize] { in has_inexact_binding()
442 if other_reg == reg { in has_inexact_binding()
445 return Some(other_reg); in has_inexact_binding()
569 } else if let Some(other_reg) = in visit_inst()
576 debug_assert!(other_reg != dst_reg); in visit_inst()
578 Transform::ChangeToCopyToSSA(dfg.value_type(dst_value), other_reg); in visit_inst()
579 avail_env.copy_reg(other_reg, dst_reg); in visit_inst()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dredundant_reload_remover.rs439 for other_reg in first_unit..first_unit + num_units { in has_inexact_binding()
440 if let Some(si) = &self.map[other_reg as usize] { in has_inexact_binding()
442 if other_reg == reg { in has_inexact_binding()
445 return Some(other_reg); in has_inexact_binding()
569 } else if let Some(other_reg) = in visit_inst()
576 debug_assert!(other_reg != dst_reg); in visit_inst()
578 Transform::ChangeToCopyToSSA(dfg.value_type(dst_value), other_reg); in visit_inst()
579 avail_env.copy_reg(other_reg, dst_reg); in visit_inst()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dredundant_reload_remover.rs439 for other_reg in first_unit..first_unit + num_units { in has_inexact_binding()
440 if let Some(si) = &self.map[other_reg as usize] { in has_inexact_binding()
442 if other_reg == reg { in has_inexact_binding()
445 return Some(other_reg); in has_inexact_binding()
569 } else if let Some(other_reg) = in visit_inst()
576 debug_assert!(other_reg != dst_reg); in visit_inst()
578 Transform::ChangeToCopyToSSA(dfg.value_type(dst_value), other_reg); in visit_inst()
579 avail_env.copy_reg(other_reg, dst_reg); in visit_inst()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dredundant_reload_remover.rs439 for other_reg in first_unit..first_unit + num_units { in has_inexact_binding()
440 if let Some(si) = &self.map[other_reg as usize] { in has_inexact_binding()
442 if other_reg == reg { in has_inexact_binding()
445 return Some(other_reg); in has_inexact_binding()
569 } else if let Some(other_reg) = in visit_inst()
576 debug_assert!(other_reg != dst_reg); in visit_inst()
578 Transform::ChangeToCopyToSSA(dfg.value_type(dst_value), other_reg); in visit_inst()
579 avail_env.copy_reg(other_reg, dst_reg); in visit_inst()
/dports/lang/zig/zig-0.9.0/src/arch/aarch64/
H A DEmit.zig820 var other_reg: Register = undefined;
832 other_reg = reg;
837 other_reg,
850 var other_reg: Register = undefined;
862 other_reg = reg;
866 other_reg,
/dports/lang/zig-devel/zig-0.9.0/src/arch/aarch64/
H A DEmit.zig820 var other_reg: Register = undefined;
832 other_reg = reg;
837 other_reg,
850 var other_reg: Register = undefined;
862 other_reg = reg;
866 other_reg,
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/clk/
H A Dti.h131 struct clk_omap_reg *other_reg,
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/clk/
H A Dti.h131 struct clk_omap_reg *other_reg,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/clk/
H A Dti.h131 struct clk_omap_reg *other_reg,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/tuners/
H A Dr820t.c1809 u8 dir_reg, other_reg; in r820t_iq() local
1819 other_reg = 0x09; in r820t_iq()
1822 other_reg = 0x08; in r820t_iq()
1843 rc = r820t_compre_step(priv, compare_iq, other_reg); in r820t_iq()
1849 compare_iq[0].phase_y, other_reg); in r820t_iq()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/tuners/
H A Dr820t.c1809 u8 dir_reg, other_reg; in r820t_iq() local
1819 other_reg = 0x09; in r820t_iq()
1822 other_reg = 0x08; in r820t_iq()
1843 rc = r820t_compre_step(priv, compare_iq, other_reg); in r820t_iq()
1849 compare_iq[0].phase_y, other_reg); in r820t_iq()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/tuners/
H A Dr820t.c1809 u8 dir_reg, other_reg; in r820t_iq() local
1819 other_reg = 0x09; in r820t_iq()
1822 other_reg = 0x08; in r820t_iq()
1843 rc = r820t_compre_step(priv, compare_iq, other_reg); in r820t_iq()
1849 compare_iq[0].phase_y, other_reg); in r820t_iq()

12345