Home | History | Annotate | Download | only in disassembler

Lines Matching refs:ReadU16

103 static uint32_t ReadU16(const uint8_t* ptr) {
485 uint32_t instr = (ReadU16(instr_ptr) << 16) | ReadU16(instr_ptr + 2);
1598 uint16_t instr = ReadU16(instr_ptr);