Home
last modified time | relevance | path

Searched refs:bytecode (Results 1 – 3 of 3) sorted by relevance

/hardware/google/apf/
Ddisassembler.c80 const uint8_t bytecode = program[pc++]; in apf_disassemble() local
81 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()
Dapf_interpreter.c97 const uint8_t bytecode = program[pc++]; in accept_packet() local
98 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()
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal33 * bytecode executed by the firmware.
150 * APF functionality, instructions and bytecode/binary format is described in: