Home
last modified time | relevance | path

Searched refs:opcodeByte (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
DArrayDataPseudoInstruction.java63 byte opcodeByte = buffer[bufferIndex]; in ArrayDataPseudoInstruction()
64 if (opcodeByte != 0x00) { in ArrayDataPseudoInstruction()
DPackedSwitchDataPseudoInstruction.java65 byte opcodeByte = buffer[bufferIndex]; in PackedSwitchDataPseudoInstruction()
66 if (opcodeByte != 0x00) { in PackedSwitchDataPseudoInstruction()
DSparseSwitchDataPseudoInstruction.java73 byte opcodeByte = buffer[bufferIndex]; in SparseSwitchDataPseudoInstruction()
74 if (opcodeByte != 0x00) { in SparseSwitchDataPseudoInstruction()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c480 uint8_t opcodeByte; in readPrefixes() local
482 if (lookAtByte(insn, &opcodeByte) || ((opcodeByte & 0xf0) == 0x40)) { in readPrefixes()