Home
last modified time | relevance | path

Searched refs:InstructionData (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Library/VmgExitLib/
H A DVmgExitVcHandler.c250 Ext = &InstructionData->Ext; in IsRipRelative()
380 InstructionData->End++; in DecodeModRm()
397 InstructionData->End++; in DecodeModRm()
441 InstructionData->Prefixes = InstructionData->Begin; in DecodePrefixes()
506 InstructionData->End = Byte + InstructionData->OpCodeSize; in DecodePrefixes()
507 InstructionData->Displacement = InstructionData->End; in DecodePrefixes()
508 InstructionData->Immediate = InstructionData->End; in DecodePrefixes()
530 return (UINT64) (InstructionData->End - InstructionData->Begin); in InstructionLength()
553 SetMem (InstructionData, sizeof (*InstructionData), 0); in InitInstructionData()
1182 InstructionData->End++; in IoioExitInfo()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Library/VmgExitLib/
H A DVmgExitVcHandler.c250 Ext = &InstructionData->Ext; in IsRipRelative()
380 InstructionData->End++; in DecodeModRm()
397 InstructionData->End++; in DecodeModRm()
441 InstructionData->Prefixes = InstructionData->Begin; in DecodePrefixes()
506 InstructionData->End = Byte + InstructionData->OpCodeSize; in DecodePrefixes()
507 InstructionData->Displacement = InstructionData->End; in DecodePrefixes()
508 InstructionData->Immediate = InstructionData->End; in DecodePrefixes()
530 return (UINT64) (InstructionData->End - InstructionData->Begin); in InstructionLength()
553 SetMem (InstructionData, sizeof (*InstructionData), 0); in InitInstructionData()
1182 InstructionData->End++; in IoioExitInfo()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Library/VmgExitLib/
H A DVmgExitVcHandler.c311 Ext = &InstructionData->Ext; in IsRipRelative()
441 InstructionData->End++; in DecodeModRm()
458 InstructionData->End++; in DecodeModRm()
502 InstructionData->Prefixes = InstructionData->Begin; in DecodePrefixes()
567 InstructionData->End = Byte + InstructionData->OpCodeSize; in DecodePrefixes()
568 InstructionData->Displacement = InstructionData->End; in DecodePrefixes()
569 InstructionData->Immediate = InstructionData->End; in DecodePrefixes()
591 return (UINT64) (InstructionData->End - InstructionData->Begin); in InstructionLength()
614 SetMem (InstructionData, sizeof (*InstructionData), 0); in InitInstructionData()
1158 InstructionData->End++; in IoioExitInfo()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Library/VmgExitLib/
H A DVmgExitVcHandler.c311 Ext = &InstructionData->Ext; in IsRipRelative()
441 InstructionData->End++; in DecodeModRm()
458 InstructionData->End++; in DecodeModRm()
502 InstructionData->Prefixes = InstructionData->Begin; in DecodePrefixes()
567 InstructionData->End = Byte + InstructionData->OpCodeSize; in DecodePrefixes()
568 InstructionData->Displacement = InstructionData->End; in DecodePrefixes()
569 InstructionData->Immediate = InstructionData->End; in DecodePrefixes()
591 return (UINT64) (InstructionData->End - InstructionData->Begin); in InstructionLength()
614 SetMem (InstructionData, sizeof (*InstructionData), 0); in InitInstructionData()
1158 InstructionData->End++; in IoioExitInfo()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Library/VmgExitLib/
H A DVmgExitVcHandler.c311 Ext = &InstructionData->Ext; in IsRipRelative()
441 InstructionData->End++; in DecodeModRm()
458 InstructionData->End++; in DecodeModRm()
502 InstructionData->Prefixes = InstructionData->Begin; in DecodePrefixes()
567 InstructionData->End = Byte + InstructionData->OpCodeSize; in DecodePrefixes()
568 InstructionData->Displacement = InstructionData->End; in DecodePrefixes()
569 InstructionData->Immediate = InstructionData->End; in DecodePrefixes()
591 return (UINT64) (InstructionData->End - InstructionData->Begin); in InstructionLength()
614 SetMem (InstructionData, sizeof (*InstructionData), 0); in InitInstructionData()
1158 InstructionData->End++; in IoioExitInfo()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower.rs6 use crate::ir::{InstructionData, Opcode, TrapCode};
37 &InstructionData::UnaryIeee32 { .. } | &InstructionData::UnaryIeee64 { .. } => { in output_to_const()
185 &InstructionData::Load { offset, .. } in ldst_offset()
188 | &InstructionData::Store { offset, .. } in ldst_offset()
197 &InstructionData::IntCond { cond, .. } in inst_condcode()
198 | &InstructionData::BranchIcmp { cond, .. } in inst_condcode()
199 | &InstructionData::IntCompare { cond, .. } in inst_condcode()
201 | &InstructionData::BranchInt { cond, .. } in inst_condcode()
202 | &InstructionData::IntSelect { cond, .. } in inst_condcode()
210 &InstructionData::Trap { code, .. } in inst_trapcode()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower.rs6 use crate::ir::{InstructionData, Opcode, TrapCode};
37 &InstructionData::UnaryIeee32 { .. } | &InstructionData::UnaryIeee64 { .. } => { in output_to_const()
185 &InstructionData::Load { offset, .. } in ldst_offset()
188 | &InstructionData::Store { offset, .. } in ldst_offset()
197 &InstructionData::IntCond { cond, .. } in inst_condcode()
198 | &InstructionData::BranchIcmp { cond, .. } in inst_condcode()
199 | &InstructionData::IntCompare { cond, .. } in inst_condcode()
201 | &InstructionData::BranchInt { cond, .. } in inst_condcode()
202 | &InstructionData::IntSelect { cond, .. } in inst_condcode()
210 &InstructionData::Trap { code, .. } in inst_trapcode()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/arm32/
H A Dlower.rs6 use crate::ir::{InstructionData, Opcode, TrapCode};
37 &InstructionData::UnaryIeee32 { .. } | &InstructionData::UnaryIeee64 { .. } => { in output_to_const()
185 &InstructionData::Load { offset, .. } in ldst_offset()
188 | &InstructionData::Store { offset, .. } in ldst_offset()
197 &InstructionData::IntCond { cond, .. } in inst_condcode()
198 | &InstructionData::BranchIcmp { cond, .. } in inst_condcode()
199 | &InstructionData::IntCompare { cond, .. } in inst_condcode()
201 | &InstructionData::BranchInt { cond, .. } in inst_condcode()
202 | &InstructionData::IntSelect { cond, .. } in inst_condcode()
210 &InstructionData::Trap { code, .. } in inst_trapcode()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower.rs6 use crate::ir::{InstructionData, Opcode, TrapCode};
37 &InstructionData::UnaryIeee32 { .. } | &InstructionData::UnaryIeee64 { .. } => { in output_to_const()
185 &InstructionData::Load { offset, .. } in ldst_offset()
188 | &InstructionData::Store { offset, .. } in ldst_offset()
197 &InstructionData::IntCond { cond, .. } in inst_condcode()
198 | &InstructionData::BranchIcmp { cond, .. } in inst_condcode()
199 | &InstructionData::IntCompare { cond, .. } in inst_condcode()
201 | &InstructionData::BranchInt { cond, .. } in inst_condcode()
202 | &InstructionData::IntSelect { cond, .. } in inst_condcode()
210 &InstructionData::Trap { code, .. } in inst_trapcode()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dinstructions.rs198 impl InstructionData { impl
300 &InstructionData::BinaryImm8 { imm, .. } in imm_value()
308 &InstructionData::Load { offset, .. } in imm_value()
310 | &InstructionData::Store { offset, .. } in imm_value()
316 &InstructionData::UnaryImm { imm, .. } in imm_value()
345 &InstructionData::IntCond { cond, .. } in cond_code()
349 | &InstructionData::BranchInt { cond, .. } in cond_code()
391 &InstructionData::Load { offset, .. } in load_store_offset()
394 | &InstructionData::Store { offset, .. } in load_store_offset()
404 &InstructionData::Load { flags, .. } in memflags()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/serde/src/
H A Dserde_clif_json.rs339 InstructionData::UnaryConst { in get_inst_data()
410 InstructionData::Jump { in get_inst_data()
426 InstructionData::Branch { in get_inst_data()
442 InstructionData::BranchInt { in get_inst_data()
530 InstructionData::Call { in get_inst_data()
566 InstructionData::Load { in get_inst_data()
595 InstructionData::Store { in get_inst_data()
647 InstructionData::HeapAddr { in get_inst_data()
669 InstructionData::RegMove { in get_inst_data()
689 InstructionData::RegSpill { in get_inst_data()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs195 impl InstructionData { implementation
297 &InstructionData::BinaryImm8 { imm, .. } in imm_value()
305 &InstructionData::Load { offset, .. } in imm_value()
307 | &InstructionData::Store { offset, .. } in imm_value()
313 &InstructionData::UnaryImm { imm, .. } in imm_value()
342 &InstructionData::IntCond { cond, .. } in cond_code()
346 | &InstructionData::BranchInt { cond, .. } in cond_code()
347 | &InstructionData::IntSelect { cond, .. } in cond_code()
357 &InstructionData::BranchFloat { cond, .. } in fp_cond_code()
388 &InstructionData::Load { offset, .. } in load_store_offset()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs195 impl InstructionData { impl
297 &InstructionData::BinaryImm8 { imm, .. } in imm_value()
305 &InstructionData::Load { offset, .. } in imm_value()
307 | &InstructionData::Store { offset, .. } in imm_value()
313 &InstructionData::UnaryImm { imm, .. } in imm_value()
342 &InstructionData::IntCond { cond, .. } in cond_code()
346 | &InstructionData::BranchInt { cond, .. } in cond_code()
347 | &InstructionData::IntSelect { cond, .. } in cond_code()
357 &InstructionData::BranchFloat { cond, .. } in fp_cond_code()
388 &InstructionData::Load { offset, .. } in load_store_offset()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs195 impl InstructionData { implementation
297 &InstructionData::BinaryImm8 { imm, .. } in imm_value()
305 &InstructionData::Load { offset, .. } in imm_value()
307 | &InstructionData::Store { offset, .. } in imm_value()
313 &InstructionData::UnaryImm { imm, .. } in imm_value()
342 &InstructionData::IntCond { cond, .. } in cond_code()
346 | &InstructionData::BranchInt { cond, .. } in cond_code()
347 | &InstructionData::IntSelect { cond, .. } in cond_code()
357 &InstructionData::BranchFloat { cond, .. } in fp_cond_code()
388 &InstructionData::Load { offset, .. } in load_store_offset()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dinst_predicates.rs3 use crate::ir::{DataFlowGraph, Function, Inst, InstructionData, Opcode};
25 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
30 InstructionData::StackLoad { .. } => false, in is_load_with_defined_trapping()
31 InstructionData::Load { flags, .. } => !flags.notrap(), in is_load_with_defined_trapping()
57 &InstructionData::UnaryImm { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
58 &InstructionData::UnaryIeee32 { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
59 &InstructionData::UnaryIeee64 { imm, .. } => Some(imm.bits()), in is_constant_64bit()
60 &InstructionData::UnaryBool { imm, .. } => Some(if imm { 1 } else { 0 }), in is_constant_64bit()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dinstructions.rs164 impl InstructionData { implementation
171 InstructionData::Jump { in analyze_branch()
176 InstructionData::BranchInt { in analyze_branch()
186 | InstructionData::Branch { in analyze_branch()
191 InstructionData::BranchIcmp { in analyze_branch()
196 InstructionData::BranchTable { in analyze_branch()
218 InstructionData::BranchTable { .. } | InstructionData::IndirectJump { .. } => None, in branch_destination()
232 InstructionData::Jump { in branch_destination_mut()
236 | InstructionData::Branch { in branch_destination_mut()
240 | InstructionData::BranchInt { in branch_destination_mut()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dinst_predicates.rs3 use crate::ir::{DataFlowGraph, Function, Inst, InstructionData, Opcode};
26 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
31 InstructionData::StackLoad { .. } => false, in is_load_with_defined_trapping()
32 InstructionData::Load { flags, .. } => !flags.notrap(), in is_load_with_defined_trapping()
60 &InstructionData::UnaryImm { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
61 &InstructionData::UnaryIeee32 { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
62 &InstructionData::UnaryIeee64 { imm, .. } => Some(imm.bits()), in is_constant_64bit()
63 &InstructionData::UnaryBool { imm, .. } => { in is_constant_64bit()
H A Dpeepmatic.rs8 instructions::{InstructionData, Opcode},
397 InstructionData::UnaryImm { in to_constant()
665 InstructionData::Binary { in operator()
669 | InstructionData::Binary { in operator()
819 InstructionData::Branch { in operator()
882 InstructionData::Ternary { in operator()
890 InstructionData::Unary { in operator()
894 | InstructionData::Unary { in operator()
898 | InstructionData::Unary { in operator()
902 | InstructionData::Unary { in operator()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dinst_predicates.rs3 use crate::ir::{DataFlowGraph, Function, Inst, InstructionData, Opcode};
26 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
31 InstructionData::StackLoad { .. } => false, in is_load_with_defined_trapping()
32 InstructionData::Load { flags, .. } => !flags.notrap(), in is_load_with_defined_trapping()
60 &InstructionData::UnaryImm { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
61 &InstructionData::UnaryIeee32 { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
62 &InstructionData::UnaryIeee64 { imm, .. } => Some(imm.bits()), in is_constant_64bit()
63 &InstructionData::UnaryBool { imm, .. } => { in is_constant_64bit()
H A Dpeepmatic.rs8 instructions::{InstructionData, Opcode},
397 InstructionData::UnaryImm { in to_constant()
665 InstructionData::Binary { in operator()
669 | InstructionData::Binary { in operator()
819 InstructionData::Branch { in operator()
882 InstructionData::Ternary { in operator()
890 InstructionData::Unary { in operator()
894 | InstructionData::Unary { in operator()
898 | InstructionData::Unary { in operator()
902 | InstructionData::Unary { in operator()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dinst_predicates.rs3 use crate::ir::{DataFlowGraph, Function, Inst, InstructionData, Opcode};
26 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
31 InstructionData::StackLoad { .. } => false, in is_load_with_defined_trapping()
32 InstructionData::Load { flags, .. } => !flags.notrap(), in is_load_with_defined_trapping()
60 &InstructionData::UnaryImm { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
61 &InstructionData::UnaryIeee32 { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
62 &InstructionData::UnaryIeee64 { imm, .. } => Some(imm.bits()), in is_constant_64bit()
63 &InstructionData::UnaryBool { imm, .. } => { in is_constant_64bit()
H A Dpeepmatic.rs8 instructions::{InstructionData, Opcode},
397 InstructionData::UnaryImm { in to_constant()
665 InstructionData::Binary { in operator()
669 | InstructionData::Binary { in operator()
819 InstructionData::Branch { in operator()
882 InstructionData::Ternary { in operator()
890 InstructionData::Unary { in operator()
894 | InstructionData::Unary { in operator()
898 | InstructionData::Unary { in operator()
902 | InstructionData::Unary { in operator()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dinst_predicates.rs3 use crate::ir::{DataFlowGraph, Function, Inst, InstructionData, Opcode};
26 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
31 InstructionData::StackLoad { .. } => false, in is_load_with_defined_trapping()
32 InstructionData::Load { flags, .. } => !flags.notrap(), in is_load_with_defined_trapping()
60 &InstructionData::UnaryImm { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
61 &InstructionData::UnaryIeee32 { imm, .. } => Some(imm.bits() as u64), in is_constant_64bit()
62 &InstructionData::UnaryIeee64 { imm, .. } => Some(imm.bits()), in is_constant_64bit()
63 &InstructionData::UnaryBool { imm, .. } => { in is_constant_64bit()
H A Dpeepmatic.rs8 instructions::{InstructionData, Opcode},
397 InstructionData::UnaryImm { in to_constant()
665 InstructionData::Binary { in operator()
669 | InstructionData::Binary { in operator()
819 InstructionData::Branch { in operator()
882 InstructionData::Ternary { in operator()
890 InstructionData::Unary { in operator()
894 | InstructionData::Unary { in operator()
898 | InstructionData::Unary { in operator()
902 | InstructionData::Unary { in operator()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower.rs14 use crate::ir::{InstructionData, Opcode, TrapCode, Type};
783 &InstructionData::Load { offset, .. } in ldst_offset()
786 | &InstructionData::Store { offset, .. } in ldst_offset()
795 &InstructionData::IntCond { cond, .. } in inst_condcode()
796 | &InstructionData::BranchIcmp { cond, .. } in inst_condcode()
799 | &InstructionData::BranchInt { cond, .. } in inst_condcode()
800 | &InstructionData::IntSelect { cond, .. } in inst_condcode()
808 &InstructionData::BranchFloat { cond, .. } in inst_fp_condcode()
810 | &InstructionData::FloatCond { cond, .. } in inst_fp_condcode()
818 &InstructionData::Trap { code, .. } in inst_trapcode()
[all …]

12345678910>>...14