Searched defs:byte (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_base.cpp106 const unsigned byte = aux; local
107 OpcodeByteKind kind = (OpcodeByteKind)(byte & OpcodeByteKind_KindMask);
116 // /r - Indicates that the ModR/M byte of the instruction contains
156 // ModR/M byte of the instruction uses only the r/m
161 const unsigned lowByte = (byte & OpcodeByteKind_OpcodeMask);
187 // hexadecimal byte given at the left of the plus sign to form
188 // a single opcode byte.
191 const unsigned lowByte = (byte & OpcodeByteKind_OpcodeMask);
203 // ib, iw, id - A 1-byte (ib), 2-byte (i
[all...]
H A Ddec_base.cpp198 unsigned byte = (aux & OpcodeByteKind_OpcodeMask); local
243 unsigned regid = data_byte - byte;
306 if (modrm.reg != byte) {
353 unsigned regid = data_byte - byte;
482 //Android x86: m16, m32, m64: mean a byte[word|doubleword] operand in memory
/dalvik/dexdump/
H A DDexDump.cpp106 case 'B': return "byte";
1546 const u1* dataStart = data -1; // format byte already removed
1616 int idx, addr, byte; local
1628 for (byte = 0; byte < regWidth; byte++) {

Completed in 133 milliseconds