HomeSort by relevance Sort by last modified time
    Searched full:opcode (Results 376 - 400 of 2817) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/memory_watcher/
mini_disassembler_types.h 17 // This opcode is not used
19 // This disassembler does not recognize this opcode (error)
119 // Everything that's in an Opcode (see below) except the three
120 // alternative opcode structs for different prefixes.
123 // byte in the opcode.
126 // The opcode type
142 struct Opcode {
144 // byte in the opcode.
147 // The opcode type
160 // Alternative opcode info if certain prefixes are specified
    [all...]
mini_disassembler.cc 56 // specified by the opcode and/or ModR/M byte and/or SIB byte.
61 // We get the total length of any prefixes, the opcode, and the ModR/M and
88 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
90 switch (opcode.type_) {
106 instruction_type = opcode.type_;
130 const Opcode& opcode = table.table_[current_byte]; local
131 if (IT_UNUSED == opcode.type_) {
137 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler_types.h 15 // This opcode is not used
17 // This disassembler does not recognize this opcode (error)
117 // Everything that's in an Opcode (see below) except the three
118 // alternative opcode structs for different prefixes.
121 // byte in the opcode.
124 // The opcode type
140 struct Opcode {
142 // byte in the opcode.
145 // The opcode type
158 // Alternative opcode info if certain prefixes are specified
    [all...]
mini_disassembler.cc 79 // specified by the opcode and/or ModR/M byte and/or SIB byte.
84 // We get the total length of any prefixes, the opcode, and the ModR/M and
111 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
113 switch (opcode.type_) {
129 instruction_type = opcode.type_;
153 const Opcode& opcode = table.table_[current_byte]; local
154 if (IT_UNUSED == opcode.type_) {
160 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.cpp 58 // specified by the opcode and/or ModR/M byte and/or SIB byte.
63 // We get the total length of any prefixes, the opcode, and the ModR/M and
90 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
92 switch (opcode.type_) {
108 instruction_type = opcode.type_;
132 const Opcode& opcode = table.table_[current_byte]; local
133 if (IT_UNUSED == opcode.type_) {
139 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.cc 83 // specified by the opcode and/or ModR/M byte and/or SIB byte.
88 // We get the total length of any prefixes, the opcode, and the ModR/M and
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
123 switch (opcode.type_) {
141 instruction_type = opcode.type_;
165 const Opcode& opcode = table.table_[current_byte]; local
166 if (IT_UNUSED == opcode.type_) {
172 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.cc 83 // specified by the opcode and/or ModR/M byte and/or SIB byte.
88 // We get the total length of any prefixes, the opcode, and the ModR/M and
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
123 switch (opcode.type_) {
141 instruction_type = opcode.type_;
165 const Opcode& opcode = table.table_[current_byte]; local
166 if (IT_UNUSED == opcode.type_) {
172 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 39 /* Opcode modifiers. */
42 #define MOD_Op0Add 2 /* Parameter adds to opcode byte 0 */
43 #define MOD_Op1Add 3 /* Parameter adds to opcode byte 1 */
44 #define MOD_Op2Add 4 /* Parameter adds to opcode byte 2 */
50 #define MOD_Op1AddSp 10 /* Parameter is added as "spare" to opcode byte 2 */
102 * [special case for MOV opcode]
112 /* EAX memory operand only (EA) [special case for SVM skinit opcode] */
151 OPA_Op0Add = 5, /* operand data is added to opcode byte 0 */
152 OPA_Op1Add = 6, /* operand data is added to opcode byte 1 */
154 * (special case for imul opcode)
288 unsigned char opcode[3]; member in struct:x86_insn_info
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 121 * result is a bit set with the offset of each opcode-per-se flipped on.
173 * to the visitor are canonicalized, altering the opcode to a more
191 * to the {@code int} variant opcode, with the {@code type}
199 * variant opcode, with the {@code type} argument set to indicate
223 int opcode = bytes.getUnsignedByte(offset); local
224 int info = ByteOps.opInfo(opcode);
227 switch (opcode) {
229 visitor.visitNoArgs(opcode, offset, 1, Type.VOID);
375 int idx = opcode - ByteOps.ILOAD_0;
384 int idx = opcode - ByteOps.LLOAD_0
1094 int opcode = bytes.getUnsignedByte(offset + 1); local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 38 // the corresponding opcode.
44 // to create the instruction->opcode mappings. The caller *must* have
54 // Finds an opcode that has the given inst, size, and mode for its first
57 // opcode. Otherwise, returns an opcode value between 0 and 255.
60 // usually want to try again with size == 0 to find an opcode that
73 // Given a first opcode (presumed to have been returned by a previous call to
74 // lookupFirstOpcode), finds an opcode that has the same first instruction as
75 // the first opcode, and has the given inst, size, and mode for its second
79 // usually want to try again with size == 0 to find an opcode tha
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
instruction_map.h 38 // the corresponding opcode.
44 // to create the instruction->opcode mappings. The caller *must* have
54 // Finds an opcode that has the given inst, size, and mode for its first
57 // opcode. Otherwise, returns an opcode value between 0 and 255.
60 // usually want to try again with size == 0 to find an opcode that
73 // Given a first opcode (presumed to have been returned by a previous call to
74 // lookupFirstOpcode), finds an opcode that has the same first instruction as
75 // the first opcode, and has the given inst, size, and mode for its second
79 // usually want to try again with size == 0 to find an opcode tha
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
packrender.h 76 #define __GLX_BEGIN_VARIABLE(opcode,size) \
81 __GLX_PUT_SHORT(2,opcode)
83 #define __GLX_BEGIN_VARIABLE_LARGE(opcode,size) \
86 __GLX_PUT_LONG(4,opcode)
88 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL(opcode,size) \
93 __GLX_PUT_SHORT(2,opcode); \
98 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL(opcode,size) \
101 __GLX_PUT_LONG(4,opcode); \
106 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL_3D(opcode,size) \
111 __GLX_PUT_SHORT(2,opcode); \
    [all...]
indirect_vertex_array.c 59 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
1087 #define COMMON_ARRAY_DATA_INIT(a, PTR, TYPE, STRIDE, COUNT, NORMALIZED, HDR_SIZE, OPCODE) \
1121 uint16_t opcode; local
1166 uint16_t opcode; local
1237 uint16_t opcode; local
1292 uint16_t opcode; local
1399 uint16_t opcode; local
1472 uint16_t opcode; local
1532 uint16_t opcode; local
1579 uint16_t opcode; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 26 public class InstructionPrinter implements Opcode {
28 private final static String opcodes[] = Mnemonic.OPCODE;
60 int opcode = iter.byteAt(pos); local
62 if (opcode > opcodes.length || opcode < 0)
63 throw new IllegalArgumentException("Invalid opcode, opcode: " + opcode + " pos: "+ pos);
65 String opstring = opcodes[opcode];
66 switch (opcode) {
149 int opcode = iter.byteAt(pos + 1); local
    [all...]
CodeAttribute.java 35 public class CodeAttribute extends AttributeInfo implements Opcode {
444 code[where] = (byte)Opcode.LDC_W;
487 int opcode = ci.byteAt(index); local
488 if (opcode < ILOAD)
490 else if (opcode < IASTORE) {
491 if (opcode < ILOAD_0) {
493 shiftIndex8(ci, index, opcode, lessThan, delta);
495 else if (opcode < IALOAD) {
497 shiftIndex0(ci, index, opcode, lessThan, delta, ILOAD_0, ILOAD);
499 else if (opcode < ISTORE
    [all...]
  /external/mesa3d/src/glx/
packrender.h 76 #define __GLX_BEGIN_VARIABLE(opcode,size) \
81 __GLX_PUT_SHORT(2,opcode)
83 #define __GLX_BEGIN_VARIABLE_LARGE(opcode,size) \
86 __GLX_PUT_LONG(4,opcode)
88 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL(opcode,size) \
93 __GLX_PUT_SHORT(2,opcode); \
98 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL(opcode,size) \
101 __GLX_PUT_LONG(4,opcode); \
106 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL_3D(opcode,size) \
111 __GLX_PUT_SHORT(2,opcode); \
    [all...]
indirect_vertex_array.c 59 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
1087 #define COMMON_ARRAY_DATA_INIT(a, PTR, TYPE, STRIDE, COUNT, NORMALIZED, HDR_SIZE, OPCODE) \
1121 uint16_t opcode; local
1166 uint16_t opcode; local
1237 uint16_t opcode; local
1292 uint16_t opcode; local
1399 uint16_t opcode; local
1472 uint16_t opcode; local
1532 uint16_t opcode; local
1579 uint16_t opcode; local
    [all...]
  /external/open-vcdiff/src/
instruction_map.h 38 // the corresponding opcode.
44 // to create the instruction->opcode mappings. The caller *must* have
54 // Finds an opcode that has the given inst, size, and mode for its first
57 // opcode. Otherwise, returns an opcode value between 0 and 255.
60 // usually want to try again with size == 0 to find an opcode that
73 // Given a first opcode (presumed to have been returned by a previous call to
74 // lookupFirstOpcode), finds an opcode that has the same first instruction as
75 // the first opcode, and has the given inst, size, and mode for its second
79 // usually want to try again with size == 0 to find an opcode tha
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 36 /** the opcode; one of the constants from {@link Dops} */
37 private final Dop opcode; field in class:DalvInsn
59 Dop opcode; local
62 opcode = reference ? Dops.MOVE_OBJECT :
65 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
68 opcode = reference ? Dops.MOVE_OBJECT_16 :
72 return new SimpleInsn(opcode, position,
86 * @param opcode the opcode; one of the constants from {@link Dops}
92 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 37 /** the opcode; one of the constants from {@link Dops} */
38 private final Dop opcode; field in class:DalvInsn
60 Dop opcode; local
63 opcode = reference ? Dops.MOVE_OBJECT :
66 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
69 opcode = reference ? Dops.MOVE_OBJECT_16 :
73 return new SimpleInsn(opcode, position,
87 * @param opcode the opcode; one of the constants from {@link Dops}
93 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 38 /** the opcode; one of the constants from {@link Dops} */
39 private final Dop opcode; field in class:DalvInsn
61 Dop opcode; local
64 opcode = reference ? Dops.MOVE_OBJECT :
67 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
70 opcode = reference ? Dops.MOVE_OBJECT_16 :
74 return new SimpleInsn(opcode, position,
88 * @param opcode the opcode; one of the constants from {@link Dops}
94 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /external/chromium_org/net/websockets/
websocket_deflate_stream.cc 111 if (!WebSocketFrameHeader::IsKnownDataOpCode((*frames)[i]->header.opcode)) {
174 current_writing_opcode_ = frame->header.opcode;
197 const WebSocketFrameHeader::OpCode opcode = current_writing_opcode_; local
205 scoped_ptr<WebSocketFrame> compressed(new WebSocketFrame(opcode));
207 compressed->header.opcode = opcode;
210 (opcode != WebSocketFrameHeader::kOpCodeContinuation);
225 const WebSocketFrameHeader::OpCode opcode = current_writing_opcode_ local
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 16 // The possible states of the string matching opcode generator.
19 PENDING_ASTERISK, // Have seen an '*' but have not generated an opcode.
20 PENDING_QMARK, // Have seen an '?' but have not generated an opcode.
23 // The category of the last character seen by the string matching opcode
148 // opcode. The skip_count is the currently accumulated number of '?' seen so
149 // far and once the associated opcode is generated this function sets it back
156 // The last opcode must:
175 // is no fragment there is no new string match opcode to generate.
177 // There is no new opcode to generate but in the last call we have to fix
178 // the previous opcode because it was really the last but we did not kno
317 PolicyOpcode& opcode = buffer_->opcodes[ix]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_shader.c 308 if (header->opcode != (int32_t)RBUG_OP_SHADER_LIST)
319 ret->header.opcode = header->opcode;
335 if (header->opcode != (int32_t)RBUG_OP_SHADER_INFO)
346 ret->header.opcode = header->opcode;
363 if (header->opcode != (int32_t)RBUG_OP_SHADER_DISABLE)
374 ret->header.opcode = header->opcode;
392 if (header->opcode != (int32_t)RBUG_OP_SHADER_REPLACE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
tgsi.rst 13 floating-point four-component vectors. An opcode may have up to one
18 Some instructions, like :opcode:`I2F`, permit re-interpretation of vector
24 *replicated* to *dst*. :opcode:`RCP` is one such instruction.
35 .. opcode:: ARL - Address Register Load
48 .. opcode:: MOV - Move
61 .. opcode:: LIT - Light Coefficients
74 .. opcode:: RCP - Reciprocal
83 .. opcode:: RSQ - Reciprocal Square Root
92 .. opcode:: EXP - Approximate Exponential Base 2
105 .. opcode:: LOG - Approximate Logarithm Base
    [all...]

Completed in 1611 milliseconds

<<11121314151617181920>>