Home
last modified time | relevance | path

Searched refs:get_opcode (Results 1 – 25 of 1263) sorted by relevance

12345678910>>...51

/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/v850/
H A Dv850_disas.c104 ut8 opcode = get_opcode (instr); in decode_reg_reg()
124 ut8 opcode = get_opcode (instr); in decode_imm_reg()
181 snprintf (cmd->instr, V850_INSTR_MAXLEN - 1, "%s", instrs[get_opcode (word1)]); in decode_jarl()
194 snprintf (cmd->instr, V850_INSTR_MAXLEN - 1, "%s", instrs[get_opcode (word1)]); in decode_3operands()
208 switch (get_opcode (word1)) { in decode_load_store()
210 snprintf (cmd->instr, V850_INSTR_MAXLEN - 1, "%s.b", instrs[get_opcode (word1)]); in decode_load_store()
215 snprintf (cmd->instr, V850_INSTR_MAXLEN - 1, "%s.b", instrs[get_opcode (word1)]); in decode_load_store()
221 instrs[get_opcode (word1)], word2 & 1 ? 'w' : 'h'); in decode_load_store()
227 instrs[get_opcode (word1)], word2 & 1 ? 'w' : 'h'); in decode_load_store()
308 switch (get_opcode (in)) { in v850_decode_command()
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/integration/deckard/pydnstest/tests/
H A Dtest_scenario.py47 Entry.get_opcode(OPCODE_FLAGS[:2])
49 assert Entry.get_opcode(FLAGS) is None
50 assert Entry.get_opcode([]) is None
53 given_rcode = Entry.get_opcode(FLAGS + RCODE_FLAGS + [opcode])
/dports/www/restbed/restbed-4.8/test/integration/source/
H A Dweb_socket_message_suite.cpp35 REQUIRE( opcode_and_byte.get_opcode( ) == WebSocketMessage::OpCode::TEXT_FRAME );
45 REQUIRE( opcode_and_string.get_opcode( ) == WebSocketMessage::OpCode::CONNECTION_CLOSE_FRAME );
55 REQUIRE( opcode_and_byte_and_mask.get_opcode( ) == WebSocketMessage::OpCode::PING_FRAME );
65 REQUIRE( opcode_and_string_and_mask.get_opcode( ) == WebSocketMessage::OpCode::PONG_FRAME );
72 REQUIRE( message.get_opcode( ) == WebSocketMessage::OpCode::TEXT_FRAME );
89 REQUIRE( message.get_opcode( ) == WebSocketMessage::OpCode::CONTINUATION_FRAME );
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/compiler/
H A Dbasic_block.h133 UsecodeOps get_opcode() const { in get_opcode() function
252 UsecodeOps get_opcode() const { in get_opcode() function
253 return jmp_op ? jmp_op->get_opcode() : UC_INVALID; in get_opcode()
260 return !instructions.empty() ? instructions.back()->get_opcode() : UC_INVALID; in get_last_instruction()
288 return jmp_op ? (jmp_op->get_opcode() == UC_JMP) : false; in is_jump_block()
296 return jmp_op ? (jmp_op->get_opcode() == UC_JNE) : false; in is_conditionaljump_block()
315 return ends_in_return() ? instructions.back()->get_opcode() : UC_INVALID; in get_return_opcode()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/mm/
H A Dpf_in.c103 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() function
137 p += get_opcode(p, &opcode); in get_ins_type()
157 p += get_opcode(p, &opcode); in get_ins_reg_width()
180 p += get_opcode(p, &opcode); in get_ins_mem_width()
404 p += get_opcode(p, &opcode); in get_ins_reg_val()
459 p += get_opcode(p, &opcode); in get_ins_imm_val()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/mm/
H A Dpf_in.c103 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() function
137 p += get_opcode(p, &opcode); in get_ins_type()
157 p += get_opcode(p, &opcode); in get_ins_reg_width()
180 p += get_opcode(p, &opcode); in get_ins_mem_width()
404 p += get_opcode(p, &opcode); in get_ins_reg_val()
459 p += get_opcode(p, &opcode); in get_ins_imm_val()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/mm/
H A Dpf_in.c103 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() function
137 p += get_opcode(p, &opcode); in get_ins_type()
157 p += get_opcode(p, &opcode); in get_ins_reg_width()
180 p += get_opcode(p, &opcode); in get_ins_mem_width()
404 p += get_opcode(p, &opcode); in get_ins_reg_val()
459 p += get_opcode(p, &opcode); in get_ins_imm_val()
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/networks/
H A DContractAPI.py62 opcode1, data1, pc1, is_ok2 = self._script_tools.scriptStreamer.get_opcode(script, pc1)
63 … opcode2, data2, pc2, is_ok2 = self._script_tools.scriptStreamer.get_opcode(template, pc2)
147 opcode, data, pc, is_ok = scriptStreamer.get_opcode(script, pc)
154 opcode, data, pc, is_ok = scriptStreamer.get_opcode(script, pc)
165 opcode, data, pc, is_ok = scriptStreamer.get_opcode(script, pc)
/dports/devel/py-xdis/xdis-5.0.13/maynard-tool/
H A Dse.py10 from xdis import get_opcode
15 opc = get_opcode(PYTHON_VERSION, False)
/dports/devel/py-xdis/xdis-5.0.13/pytest/
H A Dtest_opcode.py2 from xdis import get_opcode
7 opc = get_opcode(PYTHON_VERSION, IS_PYPY)
H A Dtest_stack_effect.py5 from xdis import get_opcode
28 opc = get_opcode(version, False)
/dports/emulators/z80pack/z80pack-1.37/z80asm/
H A Dz80amain.c40 char *get_opcode(char *, char *);
289 p = get_opcode(opcode, p); in p1_line()
366 p = get_opcode(opcode, p); in p2_line()
477 char *get_opcode(char *s, char *l) in get_opcode() function
/dports/devel/z88dk/z88dk/src/z80asm/dev/z80pack-1.21/z80asm/
H A Dz80amain.c34 char *get_opcode(char *, char *);
282 p = get_opcode(opcode, p); in p1_line()
359 p = get_opcode(opcode, p); in p2_line()
470 char *get_opcode(char *s, char *l) in get_opcode() function
/dports/devel/websocketpp/websocketpp-0.8.2/examples/iostream_server/
H A Diostream_server.cpp19 if (msg->get_opcode() == websocketpp::frame::opcode::text) { in on_message()
28 s->send(hdl, msg->get_payload(), msg->get_opcode()); in on_message()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/propeller/
H A Dpropeller_disas.c96 static ut16 get_opcode (ut32 instr) { in get_opcode() function
160 opcode = get_opcode (instr); in decode_jmp()
211 opcode = get_opcode (in); in propeller_decode_command()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/s7commplus/
H A Dips_s7comm_opcode.cc57 static bool get_opcode(const char* s, long& n) in get_opcode() function
171 else if ( get_opcode(v.get_string(), n) ) in set()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/processors/
H A Dhybi13.hpp372 frame::opcode::value op = frame::get_opcode(m_basic_header); in consume()
436 if (frame::get_opcode(m_basic_header) == frame::opcode::TEXT) { in consume()
483 if (frame::opcode::is_control(ret->get_opcode())) { in get_message()
533 frame::opcode::value op = in->get_opcode(); in prepare_data_frame()
746 if (m_current_msg->msg_ptr->get_opcode() == frame::opcode::TEXT) { in process_payload_bytes()
771 frame::opcode::value op = frame::get_opcode(h); in validate_incoming_basic_header()
/dports/games/tycho/species/
H A Dinst_gen_markov.hpp62 OPCODE get_opcode() const { return (OPCODE)(get_high() >> moBITS); } in get_opcode() function in COpcodeModifier
66 void set_modifier(MODIFIER mod) { set_high(_OP(get_opcode(),mod)); } in set_modifier()
/dports/games/species/species/
H A Dinst_gen_markov.hpp62 OPCODE get_opcode() const { return (OPCODE)(get_high() >> moBITS); } in get_opcode() function in COpcodeModifier
66 void set_modifier(MODIFIER mod) { set_high(_OP(get_opcode(),mod)); } in set_modifier()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/processors/
H A Dhybi13.hpp404 frame::opcode::value op = frame::get_opcode(m_basic_header); in consume()
515 if (frame::get_opcode(m_basic_header) == frame::opcode::TEXT) { in finalize_message()
552 if (frame::opcode::is_control(ret->get_opcode())) { in get_message()
589 frame::opcode::value op = in->get_opcode(); in prepare_data_frame()
804 if (m_current_msg->msg_ptr->get_opcode() == frame::opcode::TEXT) { in process_payload_bytes()
829 frame::opcode::value op = frame::get_opcode(h); in validate_incoming_basic_header()
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/processors/
H A Dhybi13.hpp426 frame::opcode::value op = frame::get_opcode(m_basic_header); in consume()
537 if (frame::get_opcode(m_basic_header) == frame::opcode::TEXT) { in finalize_message()
574 if (frame::opcode::is_control(ret->get_opcode())) { in get_message()
611 frame::opcode::value op = in->get_opcode(); in prepare_data_frame()
826 if (m_current_msg->msg_ptr->get_opcode() == frame::opcode::TEXT) { in process_payload_bytes()
851 frame::opcode::value op = frame::get_opcode(h); in validate_incoming_basic_header()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/processors/
H A Dhybi13.hpp426 frame::opcode::value op = frame::get_opcode(m_basic_header); in consume()
537 if (frame::get_opcode(m_basic_header) == frame::opcode::TEXT) { in finalize_message()
574 if (frame::opcode::is_control(ret->get_opcode())) { in get_message()
611 frame::opcode::value op = in->get_opcode(); in prepare_data_frame()
826 if (m_current_msg->msg_ptr->get_opcode() == frame::opcode::TEXT) { in process_payload_bytes()
851 frame::opcode::value op = frame::get_opcode(h); in validate_incoming_basic_header()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dmmix-dis.c71 static const struct mmix_opcode *get_opcode
153 get_opcode (insn) in get_opcode() function
280 opcodep = get_opcode (insn);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dmmix-dis.c71 static const struct mmix_opcode *get_opcode
153 get_opcode (insn) in get_opcode() function
280 opcodep = get_opcode (insn);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dmmix-dis.c71 static const struct mmix_opcode *get_opcode
153 get_opcode (insn) in get_opcode() function
280 opcodep = get_opcode (insn);

12345678910>>...51