Searched refs:opcodeByte (Results 1 – 4 of 4) sorted by relevance
63 byte opcodeByte = buffer[bufferIndex]; in ArrayDataPseudoInstruction()64 if (opcodeByte != 0x00) { in ArrayDataPseudoInstruction()
65 byte opcodeByte = buffer[bufferIndex]; in PackedSwitchDataPseudoInstruction()66 if (opcodeByte != 0x00) { in PackedSwitchDataPseudoInstruction()
73 byte opcodeByte = buffer[bufferIndex]; in SparseSwitchDataPseudoInstruction()74 if (opcodeByte != 0x00) { in SparseSwitchDataPseudoInstruction()
480 uint8_t opcodeByte; in readPrefixes() local482 if (lookAtByte(insn, &opcodeByte) || ((opcodeByte & 0xf0) == 0x40)) { in readPrefixes()