Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 25 of 3656) sorted by relevance

12345678910>>...147

/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/svm/
H A Dassembler-rules.scm167 (define-code-sequence instruction unknown
174 (define-code-sequence instruction unknown
181 (define-code-sequence instruction unknown
188 (define-code-sequence instruction unknown
195 (define-code-sequence instruction unknown
202 (define-code-sequence instruction unknown
209 (define-code-sequence instruction unknown
215 (define-code-sequence instruction unknown
221 (define-code-sequence instruction unknown
227 (define-code-sequence instruction unknown
[all …]
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/dalvik/
H A Ddalvik.cpp393 bool DalvikAssembler::decode06(BufferView& view, const InstructionPtr &instruction) in decode06()
419 bool DalvikAssembler::decode1B(BufferView& view, const InstructionPtr &instruction) in decode1B()
433 bool DalvikAssembler::decode24(BufferView& view, const InstructionPtr &instruction) in decode24()
438 bool DalvikAssembler::decode25(BufferView& view, const InstructionPtr &instruction) in decode25()
443 bool DalvikAssembler::decode26(BufferView& view, const InstructionPtr &instruction) in decode26()
455 bool DalvikAssembler::decode28(BufferView& view, const InstructionPtr &instruction) in decode28()
466 bool DalvikAssembler::decode29(BufferView& view, const InstructionPtr &instruction) in decode29()
479 bool DalvikAssembler::decode2A(BufferView& view, const InstructionPtr &instruction) in decode2A()
484 bool DalvikAssembler::decode2B(BufferView& view, const InstructionPtr &instruction) in decode2B()
495 bool DalvikAssembler::decode2C(BufferView& view, const InstructionPtr &instruction) in decode2C()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/objtool/include/objtool/
H A Dcheck.h39 struct instruction { struct
56 struct instruction *jump_dest; argument
57 struct instruction *first_jump_src; argument
66 static inline bool is_static_jump(struct instruction *insn) in is_static_jump() argument
/dports/multimedia/libv4l/linux-5.13-rc2/tools/objtool/include/objtool/
H A Dcheck.h39 struct instruction { struct
56 struct instruction *jump_dest; argument
57 struct instruction *first_jump_src; argument
66 static inline bool is_static_jump(struct instruction *insn) in is_static_jump() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/objtool/include/objtool/
H A Dcheck.h39 struct instruction { struct
56 struct instruction *jump_dest; argument
57 struct instruction *first_jump_src; argument
66 static inline bool is_static_jump(struct instruction *insn) in is_static_jump() argument
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dir_print.cpp15 static uint32_t hash_inst_src_ptr(Stage1ZirInst* instruction) { in hash_inst_src_ptr()
19 static uint32_t hash_inst_gen_ptr(Stage1AirInst* instruction) { in hash_inst_gen_ptr()
1253 static void ir_print_asm_src(IrPrintSrc *irp, Stage1ZirInstAsm *instruction) { in ir_print_asm_src()
1296 static void ir_print_asm_gen(IrPrintGen *irp, Stage1AirInstAsm *instruction) { in ir_print_asm_gen()
1375 static void ir_print_clz(IrPrintSrc *irp, Stage1ZirInstClz *instruction) { in ir_print_clz()
1383 static void ir_print_clz(IrPrintGen *irp, Stage1AirInstClz *instruction) { in ir_print_clz()
1389 static void ir_print_ctz(IrPrintSrc *irp, Stage1ZirInstCtz *instruction) { in ir_print_ctz()
1397 static void ir_print_ctz(IrPrintGen *irp, Stage1AirInstCtz *instruction) { in ir_print_ctz()
1417 static void ir_print_bswap(IrPrintSrc *irp, Stage1ZirInstBswap *instruction) { in ir_print_bswap()
1509 static void ir_print_ref(IrPrintSrc *irp, Stage1ZirInstRef *instruction) { in ir_print_ref()
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dir_print.cpp15 static uint32_t hash_inst_src_ptr(Stage1ZirInst* instruction) { in hash_inst_src_ptr()
19 static uint32_t hash_inst_gen_ptr(Stage1AirInst* instruction) { in hash_inst_gen_ptr()
1253 static void ir_print_asm_src(IrPrintSrc *irp, Stage1ZirInstAsm *instruction) { in ir_print_asm_src()
1296 static void ir_print_asm_gen(IrPrintGen *irp, Stage1AirInstAsm *instruction) { in ir_print_asm_gen()
1375 static void ir_print_clz(IrPrintSrc *irp, Stage1ZirInstClz *instruction) { in ir_print_clz()
1383 static void ir_print_clz(IrPrintGen *irp, Stage1AirInstClz *instruction) { in ir_print_clz()
1389 static void ir_print_ctz(IrPrintSrc *irp, Stage1ZirInstCtz *instruction) { in ir_print_ctz()
1397 static void ir_print_ctz(IrPrintGen *irp, Stage1AirInstCtz *instruction) { in ir_print_ctz()
1417 static void ir_print_bswap(IrPrintSrc *irp, Stage1ZirInstBswap *instruction) { in ir_print_bswap()
1509 static void ir_print_ref(IrPrintSrc *irp, Stage1ZirInstRef *instruction) { in ir_print_ref()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dsh2_jit.cpp171 static void FASTCALL SH2div0u(u16 instruction, u32 recompile_addr) in SH2div0u()
200 static void FASTCALL SH2rts(u16 instruction, u32 recompile_addr) in SH2rts()
212 static void FASTCALL SH2clrt(u16 instruction, u32 recompile_addr) in SH2clrt()
232 static void FASTCALL SH2nop(u16 instruction, u32 recompile_addr) in SH2nop()
246 static void FASTCALL SH2rte(u16 instruction, u32 recompile_addr) in SH2rte()
285 static void FASTCALL SH2sett(u16 instruction, u32 recompile_addr) in SH2sett()
471 static void FASTCALL SH2dt(u16 instruction, u32 recompile_addr) in SH2dt()
496 static void FASTCALL SH2tas(u16 instruction, u32 recompile_addr) in SH2tas()
1184 static void SH2movbm_template(u16 instruction, int size) in SH2movbm_template()
1222 void SH2movp_template(u16 instruction, int size) in SH2movp_template()
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/docs/src/static/recordings/
H A Dmitmproxy_user_interface_instructions.json8 "instruction": "2. This is the default view of mitmproxy.", string
13 "instruction": "3. mitmproxy adds rows to the view as new requests come in.", string
28 "instruction": "6. We use the text-based weather service `wttr.in`.", string
33 "instruction": "7. You see the requests to `wttr.in` in the list of flows.", string
38 "instruction": "8. mitmproxy is controlled using keyboard shortcuts.", string
73 "instruction": "15. Press `q` to exit the current view.", string
88 "instruction": "18. Press `q` to exit the current view.", string
93 "instruction": "19. Each shortcut is internally bound to a command.", string
108 "instruction": "22. Enter `console.view.flow @focus`.", string
118 "instruction": "24. The argument `@focus` defines the target flow.", string
[all …]
H A Dmitmproxy_modify_requests_instructions.json18 "instruction": "4. Let’s generate a request using `curl` in a separate terminal.", string
23 "instruction": "5. We now want to modify the intercepted request.", string
38 "instruction": "8. Press `e` to edit the intercepted flow.", string
43 "instruction": "9. mitmproxy asks which part to modify.", string
48 "instruction": "10. Select `path` by using your arrow keys and press `ENTER`.", string
58 "instruction": "12. Press `ENTER` to modify the selected path component.", string
63 "instruction": "13. Replace `Dunedin` with `Innsbruck`.", string
68 "instruction": "14. Press `ESC` to confirm your change.", string
73 "instruction": "15. Press `q` to go back to the flow details view.", string
78 "instruction": "16. Press `a` to resume the intercepted flow.", string
[all …]
H A Dmitmproxy_intercept_requests_instructions.json3 …"instruction": "1. Welcome to the mitmproxy tutorial. In this lesson we cover the interception of … string
8 "instruction": "2. We first need to configure mitmproxy to intercept requests.", string
13 … "instruction": "3. Press `i` to prepopulate mitmproxy’s command prompt with `set intercept ''`.", string
18 …"instruction": "4. We use the flow filter expression `~u <regex>` to only intercept specific URLs.… string
28 "instruction": "6. We combine both flow filters using `&`.", string
38 "instruction": "8. The bottom bar shows that the interception has been configured.", string
43 "instruction": "9. Let’s generate a request using `curl` in a separate terminal.", string
48 "instruction": "10. You see a new line in in the list of flows.", string
63 "instruction": "13. Press `a` to resume this flow without making any changes.", string
68 "instruction": "14. Submit another request and focus its flow.", string
[all …]
H A Dmitmproxy_replay_requests_instructions.json3 …"instruction": "1. Welcome to the mitmproxy tutorial. In this lesson we cover replaying requests.", string
8 …"instruction": "2. Let’s generate a request that we can replay. We use `curl` in a separate termin… string
13 "instruction": "3. We now want to replay the this request.", string
18 …"instruction": "4. Put the focus (`>>`) on the request that should be replayed. This is already th… string
23 "instruction": "5. Press `r` to replay the request.", string
28 …"instruction": "6. Note that no new rows are added for replayed flows, but the existing row is upd… string
33 …"instruction": "7. Every time you press `r`, mitmproxy sends this request to the server again and … string
38 "instruction": "8. You can also modify a flow before replaying it.", string
43 "instruction": "9. It works as shown in the previous lesson, by pressing `e`.", string
48 … "instruction": "10. Congratulations! You have completed all lessons of the mitmproxy tutorial.", string
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/back/spv/
H A Dinstructions.rs25 let mut instruction = Self::new(Op::Source); in source() localVariable
32 let mut instruction = Self::new(Op::Name); in name() localVariable
39 let mut instruction = Self::new(Op::MemberName); in member_name() localVariable
55 let mut instruction = Self::new(Op::Decorate); in decorate() localVariable
104 let mut instruction = Self::new(Op::ExtInst); in ext_inst() localVariable
570 let mut instruction = Self::new(op); in image_sample() localVariable
619 let mut instruction = Self::new(op); in image_query() localVariable
630 let mut instruction = Self::new(op); in unary() localVariable
721 let mut instruction = Self::new(op); in binary() localVariable
730 let mut instruction = Self::new(op); in relational() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/back/spv/
H A Dinstructions.rs25 let mut instruction = Self::new(Op::Source); in source() localVariable
32 let mut instruction = Self::new(Op::Name); in name() localVariable
39 let mut instruction = Self::new(Op::MemberName); in member_name() localVariable
55 let mut instruction = Self::new(Op::Decorate); in decorate() localVariable
104 let mut instruction = Self::new(Op::ExtInst); in ext_inst() localVariable
570 let mut instruction = Self::new(op); in image_sample() localVariable
619 let mut instruction = Self::new(op); in image_query() localVariable
630 let mut instruction = Self::new(op); in unary() localVariable
721 let mut instruction = Self::new(op); in binary() localVariable
730 let mut instruction = Self::new(op); in relational() localVariable
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/back/spv/
H A Dinstructions.rs25 let mut instruction = Self::new(Op::Source); in source() localVariable
32 let mut instruction = Self::new(Op::Name); in name() localVariable
560 let mut instruction = Self::new(op); in image_sample() localVariable
585 let mut instruction = Self::new(op); in image_gather() localVariable
606 let mut instruction = Self::new(op); in image_fetch_or_read() localVariable
623 let mut instruction = Self::new(op); in image_query() localVariable
634 let mut instruction = Self::new(op); in unary() localVariable
725 let mut instruction = Self::new(op); in binary() localVariable
741 let mut instruction = Self::new(op); in ternary() localVariable
759 let mut instruction = Self::new(op); in quaternary() localVariable
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dmacro_load_store.h3 #define TEST1(instruction, offset, mem) \ argument
22 #define TEST2(instruction, offset) \ argument
49 #define TEST3(instruction, offset, mem) \ argument
68 #define TEST3w(instruction, offset, mem) \ argument
86 #define TEST4(instruction, offset) \ argument
107 #define TEST5(instruction, offset, mem) \ argument
125 #define TEST5w(instruction, offset, mem) \ argument
142 #define TEST6(instruction, offset) \ argument
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dmacro_load_store.h3 #define TEST1(instruction, offset, mem) \ argument
22 #define TEST2(instruction, offset) \ argument
49 #define TEST3(instruction, offset, mem) \ argument
68 #define TEST3w(instruction, offset, mem) \ argument
86 #define TEST4(instruction, offset) \ argument
107 #define TEST5(instruction, offset, mem) \ argument
125 #define TEST5w(instruction, offset, mem) \ argument
142 #define TEST6(instruction, offset) \ argument
/dports/emulators/qemu/qemu-6.2.0/disas/
H A Dnanomips.cpp1731 bool NMD::BALRSC_cond(uint64 instruction) in BALRSC_cond()
1756 bool NMD::MOVE_cond(uint64 instruction) in MOVE_cond()
1777 bool NMD::PREFE_cond(uint64 instruction) in PREFE_cond()
1784 bool NMD::SLTU_cond(uint64 instruction) in SLTU_cond()
1911 std::string NMD::ACLR(uint64 instruction) in ACLR()
1934 std::string NMD::ADD(uint64 instruction) in ADD()
3766 std::string NMD::CLO(uint64 instruction) in CLO()
3788 std::string NMD::CLZ(uint64 instruction) in CLZ()
5863 std::string NMD::DI(uint64 instruction) in DI()
7180 std::string NMD::EI(uint64 instruction) in EI()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/disas/
H A Dnanomips.cpp1733 bool NMD::BALRSC_cond(uint64 instruction) in BALRSC_cond()
1758 bool NMD::MOVE_cond(uint64 instruction) in MOVE_cond()
1779 bool NMD::PREFE_cond(uint64 instruction) in PREFE_cond()
1786 bool NMD::SLTU_cond(uint64 instruction) in SLTU_cond()
1913 std::string NMD::ACLR(uint64 instruction) in ACLR()
1936 std::string NMD::ADD(uint64 instruction) in ADD()
3768 std::string NMD::CLO(uint64 instruction) in CLO()
3790 std::string NMD::CLZ(uint64 instruction) in CLZ()
5865 std::string NMD::DI(uint64 instruction) in DI()
7182 std::string NMD::EI(uint64 instruction) in EI()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/disas/
H A Dnanomips.cpp1733 bool NMD::BALRSC_cond(uint64 instruction) in BALRSC_cond()
1758 bool NMD::MOVE_cond(uint64 instruction) in MOVE_cond()
1779 bool NMD::PREFE_cond(uint64 instruction) in PREFE_cond()
1786 bool NMD::SLTU_cond(uint64 instruction) in SLTU_cond()
1913 std::string NMD::ACLR(uint64 instruction) in ACLR()
1936 std::string NMD::ADD(uint64 instruction) in ADD()
3768 std::string NMD::CLO(uint64 instruction) in CLO()
3790 std::string NMD::CLZ(uint64 instruction) in CLZ()
5865 std::string NMD::DI(uint64 instruction) in DI()
7182 std::string NMD::EI(uint64 instruction) in EI()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/disas/
H A Dnanomips.cpp1733 bool NMD::BALRSC_cond(uint64 instruction) in BALRSC_cond()
1758 bool NMD::MOVE_cond(uint64 instruction) in MOVE_cond()
1779 bool NMD::PREFE_cond(uint64 instruction) in PREFE_cond()
1786 bool NMD::SLTU_cond(uint64 instruction) in SLTU_cond()
1913 std::string NMD::ACLR(uint64 instruction) in ACLR()
1936 std::string NMD::ADD(uint64 instruction) in ADD()
3768 std::string NMD::CLO(uint64 instruction) in CLO()
3790 std::string NMD::CLZ(uint64 instruction) in CLZ()
5865 std::string NMD::DI(uint64 instruction) in DI()
7182 std::string NMD::EI(uint64 instruction) in EI()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/disas/
H A Dnanomips.cpp1733 bool NMD::BALRSC_cond(uint64 instruction) in BALRSC_cond()
1758 bool NMD::MOVE_cond(uint64 instruction) in MOVE_cond()
1779 bool NMD::PREFE_cond(uint64 instruction) in PREFE_cond()
1786 bool NMD::SLTU_cond(uint64 instruction) in SLTU_cond()
1913 std::string NMD::ACLR(uint64 instruction) in ACLR()
1936 std::string NMD::ADD(uint64 instruction) in ADD()
3768 std::string NMD::CLO(uint64 instruction) in CLO()
3790 std::string NMD::CLZ(uint64 instruction) in CLZ()
5865 std::string NMD::DI(uint64 instruction) in DI()
7182 std::string NMD::EI(uint64 instruction) in EI()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/
H A Dnanomips.cpp1733 bool NMD::BALRSC_cond(uint64 instruction) in BALRSC_cond()
1758 bool NMD::MOVE_cond(uint64 instruction) in MOVE_cond()
1779 bool NMD::PREFE_cond(uint64 instruction) in PREFE_cond()
1786 bool NMD::SLTU_cond(uint64 instruction) in SLTU_cond()
1913 std::string NMD::ACLR(uint64 instruction) in ACLR()
1936 std::string NMD::ADD(uint64 instruction) in ADD()
3768 std::string NMD::CLO(uint64 instruction) in CLO()
3790 std::string NMD::CLZ(uint64 instruction) in CLZ()
5865 std::string NMD::DI(uint64 instruction) in DI()
7182 std::string NMD::EI(uint64 instruction) in EI()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/disas/
H A Dnanomips.cpp1731 bool NMD::BALRSC_cond(uint64 instruction) in BALRSC_cond()
1756 bool NMD::MOVE_cond(uint64 instruction) in MOVE_cond()
1777 bool NMD::PREFE_cond(uint64 instruction) in PREFE_cond()
1784 bool NMD::SLTU_cond(uint64 instruction) in SLTU_cond()
1911 std::string NMD::ACLR(uint64 instruction) in ACLR()
1934 std::string NMD::ADD(uint64 instruction) in ADD()
3766 std::string NMD::CLO(uint64 instruction) in CLO()
3788 std::string NMD::CLZ(uint64 instruction) in CLZ()
5863 std::string NMD::DI(uint64 instruction) in DI()
7180 std::string NMD::EI(uint64 instruction) in EI()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/obj/riscv/
H A Dobj.go1232 func encodeB(ins *instruction) uint32 {
1244 func encodeU(ins *instruction) uint32 {
1593 type instruction struct { struct
1594 as obj.As // Assembler opcode
1595 rd uint32 // Destination register
1596 rs1 uint32 // Source register 1
1597 rs2 uint32 // Source register 2
1598 rs3 uint32 // Source register 3
1599 imm int64 // Immediate
1600 funct3 uint32 // Function 3
[all …]

12345678910>>...147