Searched refs:bytecode (Results 1 – 3 of 3) sorted by relevance
80 const uint8_t bytecode = program[pc++]; in apf_disassemble() local81 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in apf_disassemble()83 const uint32_t reg_num = EXTRACT_REGISTER(bytecode); in apf_disassemble()85 const uint32_t len_field = EXTRACT_IMM_LENGTH(bytecode); in apf_disassemble()
97 const uint8_t bytecode = program[pc++]; in accept_packet() local98 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in accept_packet()99 const uint32_t reg_num = EXTRACT_REGISTER(bytecode); in accept_packet()103 const uint32_t len_field = EXTRACT_IMM_LENGTH(bytecode); in accept_packet()
33 * bytecode executed by the firmware.150 * APF functionality, instructions and bytecode/binary format is described in: