Home
last modified time | relevance | path

Searched defs:instruction (Results 226 – 250 of 6984) sorted by relevance

12345678910>>...280

/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/plugins/assembler/
H A Dassembler.cpp16 void AssemblerPlugin::onDecoded(const InstructionPtr &instruction) { RE_UNUSED(instruction); } in onDecoded()
29 bool AssemblerPlugin::decode(const BufferView& view, const InstructionPtr &instruction) in decode()
42 bool AssemblerPlugin::decodeInstruction(const BufferView &view, const InstructionPtr &instruction) … in decodeInstruction()
/dports/sysutils/triton/Triton-0.8.1/src/examples/pin/
H A Dinject_model_with_snapshot.py36 def csym(instruction): argument
69 def cafter(instruction): argument
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-common/src/test/java/org/apache/guacamole/protocol/
H A DFilteredGuacamoleReaderTest.java41 … public GuacamoleInstruction filter(GuacamoleInstruction instruction) throws GuacamoleException { in filter()
61 GuacamoleInstruction instruction; in testFilter() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DSerializationTrace.cs28 internal static void WriteInstruction(int lineNumber, string instruction) in WriteInstruction()
34 public static void TraceInstruction(string instruction) in TraceInstruction()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imagination/vulkan/pds/
H A Dpvr_rogue_pds_disasm.h103 struct pvr_instruction *instruction; member
149 struct pvr_instruction instruction; member
159 struct pvr_instruction instruction; member
164 struct pvr_instruction instruction; member
171 struct pvr_instruction instruction; member
182 struct pvr_instruction instruction; member
195 struct pvr_instruction instruction; member
201 struct pvr_instruction instruction; member
209 struct pvr_instruction instruction; member
218 struct pvr_instruction instruction; member
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/gspca/
H A Djl2005bcd.c107 static u8 instruction[2] = {0x95, 0x00}; in jl2005c_read_reg() local
125 static u8 instruction[2] = {0x7f, 0x01}; in jl2005c_start_new_frame() local
152 u8 instruction[2]; in jl2005c_write_reg() local
200 static u8 instruction[][2] = { in jl2005c_stream_start_vga_lg() local
223 static u8 instruction[][2] = { in jl2005c_stream_start_vga_small() local
246 static u8 instruction[][2] = { in jl2005c_stream_start_cif_lg() local
269 static u8 instruction[][2] = { in jl2005c_stream_start_cif_small() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/gspca/
H A Djl2005bcd.c107 static u8 instruction[2] = {0x95, 0x00}; in jl2005c_read_reg() local
125 static u8 instruction[2] = {0x7f, 0x01}; in jl2005c_start_new_frame() local
152 u8 instruction[2]; in jl2005c_write_reg() local
200 static u8 instruction[][2] = { in jl2005c_stream_start_vga_lg() local
223 static u8 instruction[][2] = { in jl2005c_stream_start_vga_small() local
246 static u8 instruction[][2] = { in jl2005c_stream_start_cif_lg() local
269 static u8 instruction[][2] = { in jl2005c_stream_start_cif_small() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/gspca/
H A Djl2005bcd.c107 static u8 instruction[2] = {0x95, 0x00}; in jl2005c_read_reg() local
125 static u8 instruction[2] = {0x7f, 0x01}; in jl2005c_start_new_frame() local
152 u8 instruction[2]; in jl2005c_write_reg() local
200 static u8 instruction[][2] = { in jl2005c_stream_start_vga_lg() local
223 static u8 instruction[][2] = { in jl2005c_stream_start_vga_small() local
246 static u8 instruction[][2] = { in jl2005c_stream_start_cif_lg() local
269 static u8 instruction[][2] = { in jl2005c_stream_start_cif_small() local
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/tests/
H A Dprint_info.cpp38 const char* GetNameOfA32Instruction(u32 instruction) { in GetNameOfA32Instruction()
49 const char* GetNameOfA64Instruction(u32 instruction) { in GetNameOfA64Instruction()
56 void PrintA32Instruction(u32 instruction) { in PrintA32Instruction()
77 void PrintA64Instruction(u32 instruction) { in PrintA64Instruction()
157 void ExecuteA32Instruction(u32 instruction) { in ExecuteA32Instruction()
278 const u32 instruction = strtol(hex_instruction, nullptr, 16); in main() local
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/dalvik/
H A Ddalvik_algorithm.cpp23 void DalvikAlgorithm::onDecodedOperand(const Operand* op, const InstructionPtr &instruction) in onDecodedOperand()
37 void DalvikAlgorithm::onDecoded(const InstructionPtr &instruction) in onDecoded()
103 InstructionPtr instruction = state->instruction; in packedSwitchTableState() local
142 InstructionPtr instruction = state->instruction; in sparseSwitchTableState() local
220 void DalvikAlgorithm::emitCaseInfo(address_t address, const InstructionPtr& instruction, const Dalv… in emitCaseInfo()
294 bool DalvikAlgorithm::canContinue(const InstructionPtr &instruction) in canContinue()
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Dgen-icache.c63 insn *instruction, in print_icache_declaration()
85 insn *instruction, in print_icache_extraction()
211 insn *instruction, in print_icache_body()
408 insn *instruction; in insn_table_cache_fields() local
493 insn *instruction, in print_icache_function()
586 insn *instruction, in print_icache_definition()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/tests/
H A Dprint_info.cpp38 const char* GetNameOfA32Instruction(u32 instruction) { in GetNameOfA32Instruction()
49 const char* GetNameOfA64Instruction(u32 instruction) { in GetNameOfA64Instruction()
56 void PrintA32Instruction(u32 instruction) { in PrintA32Instruction()
77 void PrintA64Instruction(u32 instruction) { in PrintA64Instruction()
157 void ExecuteA32Instruction(u32 instruction) { in ExecuteA32Instruction()
278 const u32 instruction = strtol(hex_instruction, nullptr, 16); in main() local
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/tests/
H A Dprint_info.cpp38 const char* GetNameOfA32Instruction(u32 instruction) { in GetNameOfA32Instruction()
49 const char* GetNameOfA64Instruction(u32 instruction) { in GetNameOfA64Instruction()
56 void PrintA32Instruction(u32 instruction) { in PrintA32Instruction()
77 void PrintA64Instruction(u32 instruction) { in PrintA64Instruction()
157 void ExecuteA32Instruction(u32 instruction) { in ExecuteA32Instruction()
278 const u32 instruction = strtol(hex_instruction, nullptr, 16); in main() local
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Dgen-icache.c62 insn *instruction, in print_icache_declaration()
84 insn *instruction, in print_icache_extraction()
210 insn *instruction, in print_icache_body()
407 insn *instruction; in insn_table_cache_fields() local
492 insn *instruction, in print_icache_function()
585 insn *instruction, in print_icache_definition()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dgen-icache.c63 insn *instruction, in print_icache_declaration()
85 insn *instruction, in print_icache_extraction()
211 insn *instruction, in print_icache_body()
408 insn *instruction; in insn_table_cache_fields() local
493 insn *instruction, in print_icache_function()
586 insn *instruction, in print_icache_definition()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dgen-icache.c63 insn *instruction, in print_icache_declaration()
85 insn *instruction, in print_icache_extraction()
211 insn *instruction, in print_icache_body()
408 insn *instruction; in insn_table_cache_fields() local
493 insn *instruction, in print_icache_function()
586 insn *instruction, in print_icache_definition()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DOperationInvokerTrace.cs26 internal static void WriteInstruction(int lineNumber, string instruction) in WriteInstruction()
42 public static void TraceInstruction(string instruction) in TraceInstruction()
/dports/sysutils/triton/Triton-0.8.1/src/testers/pin/
H A Dcheck_semantics.py46 def sbefore(instruction): argument
52 def cafter(instruction): argument
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DJtagShifts.h49 JtagShifts(HIL_COMMAND instruction, uint64_t data, uint32_t bits) in JtagShifts()
62 JtagShifts& addShift(HIL_COMMAND instruction, uint64_t data, uint32_t bits) in addShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/test/
H A Dwycheproof_util.cc82 bool instruction) { in GetWycheproofDigest()
109 bool instruction) { in GetWycheproofCurve()
133 bool instruction) { in GetWycheproofBIGNUM()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/test/
H A Dwycheproof_util.cc82 bool instruction) { in GetWycheproofDigest()
109 bool instruction) { in GetWycheproofCurve()
133 bool instruction) { in GetWycheproofBIGNUM()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/test/
H A Dwycheproof_util.cc82 bool instruction) { in GetWycheproofDigest()
109 bool instruction) { in GetWycheproofCurve()
133 bool instruction) { in GetWycheproofBIGNUM()
/dports/security/boringssl/boringssl-6a71840/crypto/test/
H A Dwycheproof_util.cc82 bool instruction) { in GetWycheproofDigest()
109 bool instruction) { in GetWycheproofCurve()
133 bool instruction) { in GetWycheproofBIGNUM()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/test/
H A Dwycheproof_util.cc82 bool instruction) { in GetWycheproofDigest()
109 bool instruction) { in GetWycheproofCurve()
133 bool instruction) { in GetWycheproofBIGNUM()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/mips/
H A Dmips.hpp89 …l MIPSAssembler<mode>::decodeInstruction(const BufferView &view, const InstructionPtr& instruction) in decodeInstruction()
97 template<s64 mode> void MIPSAssembler<mode>::onDecoded(const InstructionPtr& instruction) in onDecoded()

12345678910>>...280