Searched refs:WASM_OPCODE (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dwasm.h21 /* WebAssembly opcodes. Each opcode invokes the WASM_OPCODE macro
32 WASM_OPCODE (0x00, "unreachable", void, void, special, agnostic)
33 WASM_OPCODE (0x01, "nop", void, void, special, agnostic)
34 WASM_OPCODE (0x02, "block", void, void, typed, agnostic)
35 WASM_OPCODE (0x03, "loop", void, void, typed, agnostic)
36 WASM_OPCODE (0x04, "if", void, void, typed, agnostic)
37 WASM_OPCODE (0x05, "else", void, void, special, agnostic)
38 WASM_OPCODE (0x0b, "end", void, void, special, agnostic)
39 WASM_OPCODE (0x0c, "br", void, void, break, agnostic)
40 WASM_OPCODE (
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dwasm.h21 /* WebAssembly opcodes. Each opcode invokes the WASM_OPCODE macro
32 WASM_OPCODE (0x00, "unreachable", void, void, special, agnostic)
33 WASM_OPCODE (0x01, "nop", void, void, special, agnostic)
34 WASM_OPCODE (0x02, "block", void, void, typed, agnostic)
35 WASM_OPCODE (0x03, "loop", void, void, typed, agnostic)
36 WASM_OPCODE (0x04, "if", void, void, typed, agnostic)
37 WASM_OPCODE (0x05, "else", void, void, special, agnostic)
38 WASM_OPCODE (0x0b, "end", void, void, special, agnostic)
39 WASM_OPCODE (0x0c, "br", void, void, break, agnostic)
40 WASM_OPCODE (
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dwasm.h21 /* WebAssembly opcodes. Each opcode invokes the WASM_OPCODE macro
32 WASM_OPCODE (0x00, "unreachable", void, void, special, agnostic)
33 WASM_OPCODE (0x01, "nop", void, void, special, agnostic)
34 WASM_OPCODE (0x02, "block", void, void, typed, agnostic)
35 WASM_OPCODE (0x03, "loop", void, void, typed, agnostic)
36 WASM_OPCODE (0x04, "if", void, void, typed, agnostic)
37 WASM_OPCODE (0x05, "else", void, void, special, agnostic)
38 WASM_OPCODE (0x0b, "end", void, void, special, agnostic)
39 WASM_OPCODE (0x0c, "br", void, void, break, agnostic)
40 WASM_OPCODE (
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dwasm.h21 /* WebAssembly opcodes. Each opcode invokes the WASM_OPCODE macro
32 WASM_OPCODE (0x00, "unreachable", void, void, special, agnostic)
33 WASM_OPCODE (0x01, "nop", void, void, special, agnostic)
34 WASM_OPCODE (0x02, "block", void, void, typed, agnostic)
35 WASM_OPCODE (0x03, "loop", void, void, typed, agnostic)
36 WASM_OPCODE (0x04, "if", void, void, typed, agnostic)
37 WASM_OPCODE (0x05, "else", void, void, special, agnostic)
38 WASM_OPCODE (0x0b, "end", void, void, special, agnostic)
39 WASM_OPCODE (0x0c, "br", void, void, break, agnostic)
40 WASM_OPCODE (
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-wasm32.c62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dwasm32-dis.c92 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dwasm32-dis.c97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-wasm32.c62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dwasm32-dis.c97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ macro
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-wasm32.c62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dwasm32-dis.c97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ macro

Completed in 400 milliseconds