Home
last modified time | relevance | path

Searched defs:RegisterMappingError (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs18 pub enum RegisterMappingError { enum
26 impl std::error::Error for RegisterMappingError {} implementation
28 impl std::fmt::Display for RegisterMappingError { implementation
137 fn map(&self, reg: Reg) -> Result<Register, RegisterMappingError>; in map() argument
360 ) -> Result<(), RegisterMappingError> { in save_reg() argument
424 fn set_cfa_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in set_cfa_reg() argument
442 fn restore_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in restore_reg() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs18 pub enum RegisterMappingError { enum
26 impl std::error::Error for RegisterMappingError {} implementation
28 impl std::fmt::Display for RegisterMappingError { implementation
137 fn map(&self, reg: Reg) -> Result<Register, RegisterMappingError>; in map() argument
360 ) -> Result<(), RegisterMappingError> { in save_reg() argument
424 fn set_cfa_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in set_cfa_reg() argument
442 fn restore_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in restore_reg() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs18 pub enum RegisterMappingError { enum
26 impl std::error::Error for RegisterMappingError {} implementation
28 impl std::fmt::Display for RegisterMappingError { implementation
137 fn map(&self, reg: Reg) -> Result<Register, RegisterMappingError>; in map() argument
360 ) -> Result<(), RegisterMappingError> { in save_reg() argument
424 fn set_cfa_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in set_cfa_reg() argument
442 fn restore_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in restore_reg() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs18 pub enum RegisterMappingError { enum
26 impl std::error::Error for RegisterMappingError {} implementation
28 impl std::fmt::Display for RegisterMappingError { implementation
137 fn map(&self, reg: Reg) -> Result<Register, RegisterMappingError>; in map() argument
360 ) -> Result<(), RegisterMappingError> { in save_reg() argument
424 fn set_cfa_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in set_cfa_reg() argument
442 fn restore_reg(&mut self, offset: u32, reg: Reg) -> Result<(), RegisterMappingError> { in restore_reg() argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/unwind/
H A Dsystemv.rs31 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
53 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/unwind/
H A Dsystemv.rs31 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
53 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/inst/unwind/
H A Dsystemv.rs31 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
53 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/unwind/
H A Dsystemv.rs31 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
53 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dresult.rs44 RegisterMappingError(crate::isa::unwind::systemv::RegisterMappingError), enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dresult.rs44 RegisterMappingError(crate::isa::unwind::systemv::RegisterMappingError), enumerator
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/unwind/
H A Dsystemv.rs29 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
77 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/unwind/
H A Dsystemv.rs33 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
86 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/unwind/
H A Dsystemv.rs29 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
77 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/unwind/
H A Dsystemv.rs33 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
86 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/inst/unwind/
H A Dsystemv.rs29 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
77 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/unwind/
H A Dsystemv.rs33 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
86 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/unwind/
H A Dsystemv.rs29 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
77 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/unwind/
H A Dsystemv.rs33 pub fn map_reg(reg: Reg) -> Result<Register, RegisterMappingError> { in map_reg() argument
86 fn map(&self, reg: Reg) -> Result<u16, RegisterMappingError> { in map() argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x86/unwind/
H A Dsystemv.rs39 pub fn map_reg(isa: &dyn TargetIsa, reg: RegUnit) -> Result<Register, RegisterMappingError> { in map_reg() argument
120 fn push_reg(&mut self, offset: u32, arg: Value) -> Result<(), RegisterMappingError> { in push_reg() argument
188 ) -> Result<(), RegisterMappingError> { in move_reg() argument
213 fn ret(&mut self, inst: Inst) -> Result<(), RegisterMappingError> { in ret() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/x86/unwind/
H A Dsystemv.rs39 pub fn map_reg(isa: &dyn TargetIsa, reg: RegUnit) -> Result<Register, RegisterMappingError> { in map_reg() argument
120 fn push_reg(&mut self, offset: u32, arg: Value) -> Result<(), RegisterMappingError> { in push_reg() argument
188 ) -> Result<(), RegisterMappingError> { in move_reg() argument
213 fn ret(&mut self, inst: Inst) -> Result<(), RegisterMappingError> { in ret() argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x86/unwind/
H A Dsystemv.rs37 pub fn map_reg(isa: &dyn TargetIsa, reg: RegUnit) -> Result<Register, RegisterMappingError> { in map_reg() argument
118 fn map(&self, reg: RegUnit) -> Result<u16, RegisterMappingError> { in create_unwind_info() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/unwind/
H A Dsystemv.rs37 pub fn map_reg(isa: &dyn TargetIsa, reg: RegUnit) -> Result<Register, RegisterMappingError> { in map_reg() argument
118 fn map(&self, reg: RegUnit) -> Result<u16, RegisterMappingError> { in create_unwind_info() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/legacy/x86/unwind/
H A Dsystemv.rs37 pub fn map_reg(isa: &dyn TargetIsa, reg: RegUnit) -> Result<Register, RegisterMappingError> { in map_reg() argument
118 fn map(&self, reg: RegUnit) -> Result<u16, RegisterMappingError> { in create_unwind_info() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/unwind/
H A Dsystemv.rs37 pub fn map_reg(isa: &dyn TargetIsa, reg: RegUnit) -> Result<Register, RegisterMappingError> { in map_reg() argument
118 fn map(&self, reg: RegUnit) -> Result<u16, RegisterMappingError> { in create_unwind_info() argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dresult.rs38 RegisterMappingError(crate::isa::unwind::systemv::RegisterMappingError), enumerator

123