HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 226 - 250 of 1020) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/expr/
FieldAccess.java 27 int opcode; field in class:FieldAccess
32 opcode = op;
64 return isStatic(opcode);
68 return c == Opcode.GETSTATIC || c == Opcode.PUTSTATIC;
75 return opcode == Opcode.GETFIELD || opcode == Opcode.GETSTATIC;
82 return opcode == Opcode.PUTFIELD || opcode == Opcode.PUTSTATIC
226 int opcode; field in class:FieldAccess.ProceedForRead
274 int opcode; field in class:FieldAccess.ProceedForWrite
    [all...]
NewArray.java 30 int opcode; field in class:NewArray
35 opcode = op;
80 if (opcode == Opcode.NEWARRAY) {
84 else if (opcode == Opcode.ANEWARRAY
85 || opcode == Opcode.MULTIANEWARRAY) {
93 throw new RuntimeException("bad opcode: " + opcode);
242 int opcode; field in class:NewArray.ProceedForArray
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 396 UINT16 opcode, old_opcode; local
413 STREAM_TO_UINT16 (opcode, p);
416 if (opcode == old_opcode)
434 p += 1; /* skip opcode */
438 STREAM_TO_UINT16 (vcs_cplt_params.opcode, p);
  /external/llvm/bindings/python/llvm/
core.py 24 "OpCode",
82 class OpCode(LLVMEnumeration):
83 """Represents an individual OpCode enumeration."""
88 super(OpCode, self).__init__(name, value)
416 def opcode(self): member in class:Instruction
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
594 (OpCode, enumerations.OpCodes),
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 275 uint8_t opcode = debug_line_data.getU8(offset_ptr); local
277 if (opcode == 0) {
278 // Extended Opcodes always start with a zero opcode followed by
354 // Length doesn't include the zero opcode byte or the length itself, but
359 } else if (opcode < Prologue.OpcodeBase) {
360 switch (opcode) {
410 // opcode 255. The motivation for DW_LNS_const_add_pc is this:
412 // small amount, it can use a single special opcode, which occupies
414 // twice the range of the last special opcode, it can use
415 // DW_LNS_const_add_pc followed by a special opcode, for a tota
    [all...]
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 236 static inline bool isLEA(const int opcode) {
237 return opcode == X86::LEA16r || opcode == X86::LEA32r ||
238 opcode == X86::LEA64r || opcode == X86::LEA64_32r;
259 int Opcode = MI->getOpcode();
260 if (!isLEA(Opcode))
266 switch (Opcode) {
294 int opcode = MI->getOpcode(); local
296 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags, opcode);
332 const int opcode = MI->getOpcode(); local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 156 const unsigned opcode = BITS(this_instr, 24, 27); local
159 switch (opcode) {
172 switch (opcode) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 92 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode)
94 switch(opcode) {
103 error("translate_rgb_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name);
114 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode)
116 switch(opcode) {
128 error("translate_alpha_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name);
248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX |
641 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
    [all...]
radeon_dataflow_deadcode.c 154 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
159 if (opcode->HasDstReg) {
184 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src) {
233 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
235 switch(opcode->Opcode){
244 opcode = rc_get_opcode_info(ptr->U.I.Opcode);
316 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
    [all...]
radeon_emulate_branches.c 75 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
165 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
184 inst_cmp->U.I.Opcode = RC_OPCODE_CMP;
271 const struct rc_opcode_info * opcode; local
276 opcode = rc_get_opcode_info(inst->U.I.Opcode);
278 if (!opcode->HasDstReg)
295 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
324 switch(inst->U.I.Opcode) {
radeon_emulate_loops.c 97 switch(inst->U.I.Opcode){
118 const struct rc_opcode_info * opcode; local
135 opcode = rc_get_opcode_info(inst->U.I.Opcode);
136 if(opcode->NumSrcRegs != 2){
165 switch(inst->U.I.Opcode){
237 switch(inst->U.I.Opcode){
285 switch(loop->Cond->U.I.Opcode){
331 if(inst->U.I.Opcode != RC_OPCODE_BGNLOOP){
348 switch(ptr->U.I.Opcode){
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 90 CARD8 opcode; local
97 opcode = __glXSetupForCommand(dpy);
98 if (!opcode)
109 req->reqType = opcode;
120 vpreq->reqType = opcode;
276 CARD8 opcode; local
292 opcode = __glXSetupForCommand(dpy);
293 if (!opcode)
302 req->reqType = opcode;
313 vpreq->reqType = opcode;
374 CARD8 opcode; local
402 CARD8 opcode; local
492 CARD8 opcode; local
584 CARD8 opcode; local
    [all...]
glxext.c 286 QueryVersion(Display * dpy, int opcode, int *major, int *minor)
315 req->reqType = opcode;
939 /* Use opcode from gc because its right */
1115 GLushort opcode, length; local
1118 /* Fetch opcode */
1119 opcode = *((GLushort *) p);
1121 printf("%2x: %5d: ", opcode, length);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 408 uint32_t opcode, br13, blit_cmd; local
435 opcode = XY_SETUP_BLT_CMD;
437 opcode |= XY_BLT_WRITE_ALPHA | XY_BLT_WRITE_RGB;
440 opcode |= XY_DST_TILED;
453 OUT_BATCH(opcode);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 68 int opcode; member in struct:__anon20346
308 static unsigned long t_opcode(enum prog_opcode opcode)
311 switch(opcode){
334 fprintf(stderr, "%s: Should not be called with opcode %d!", __FUNCTION__, opcode);
340 static unsigned long op_operands(enum prog_opcode opcode)
346 if(op_names[i].opcode == opcode)
349 fprintf(stderr, "op %d not found in op_names\n", opcode);
603 for (vpi = mesa_vp->Base.Instructions; vpi->Opcode != OPCODE_END; vpi++, o_inst++)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 373 * changes the opcode of the jump instruction, in order to
381 int opcode = data[reference - 1] & 0xFF; local
382 if (opcode <= Opcodes.JSR) {
384 data[reference - 1] = (byte) (opcode + 49);
387 data[reference - 1] = (byte) (opcode + 20);
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketReader.java 69 private int opcode; field in class:WebSocketReader
110 opcode = b0 & B0_MASK_OPCODE;
177 switch (opcode) {
202 throw new ProtocolException("Unknown control opcode: " + toHexString(opcode));
208 switch (opcode) {
216 throw new ProtocolException("Unknown opcode: " + toHexString(opcode));
251 if (opcode != OPCODE_CONTINUATION) {
252 throw new ProtocolException("Expected continuation opcode. Got: " + toHexString(opcode))
    [all...]
WebSocketWriter.java 117 private void writeControlFrame(int opcode, Buffer payload) throws IOException {
129 int b0 = B0_FLAG_FIN | opcode;
187 int opcode = OPCODE_CONTINUATION; local
191 opcode = OPCODE_TEXT;
194 opcode = OPCODE_BINARY;
202 int b0 = opcode;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java 39 import org.jf.dexlib2.Opcode;
53 @Nullable private Opcode opcode; field in class:SmaliInstruction
72 @NotNull public Opcode getOpcode() {
73 if (opcode == null) {
79 opcode = new Opcodes(15, false).getOpcodeByName(instructionNode.getText());
80 if (opcode == null) {
82 return Opcode.PACKED_SWITCH_PAYLOAD;
85 return Opcode.SPARSE_SWITCH_PAYLOAD;
88 return Opcode.ARRAY_PAYLOAD
176 Opcode opcode = getOpcode(); local
    [all...]
  /external/tcpdump/
print-mpcp.c 34 uint8_t opcode[2]; member in struct:mpcp_common_header_t
137 uint16_t opcode; local
145 opcode = EXTRACT_16BITS(mpcp.common_header->opcode);
146 ND_PRINT((ndo, "MPCP, Opcode %s", tok2str(mpcp_opcode_values, "Unknown (%u)", opcode)));
147 if (opcode != MPCP_OPCODE_PAUSE) {
157 switch (opcode) {
245 /* unknown opcode - hexdump for now */
print-zephyr.c 47 char *opcode; member in struct:z_packet
144 z.opcode = 0;
174 PARSE_FIELD_STR(z.opcode);
204 if (!strcmp(z.opcode, "USER_HIDE"))
206 else if (!strcmp(z.opcode, "USER_UNHIDE"))
214 ND_PRINT((ndo, " zephyr-admin %s", str_to_lower(z.opcode)));
220 if (!strcmp(z.opcode, "SUBSCRIBE") ||
221 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
222 !strcmp(z.opcode, "UNSUBSCRIBE")) {
224 ND_PRINT((ndo, " %ssub%s", strcmp(z.opcode, "SUBSCRIBE") ? "un" : ""
    [all...]
  /external/toybox/toys/pending/
tftpd.c 89 socklen_t socklen, char *file, int opcode, int tsize, int blksize)
98 ptr = spkt+2; //point after opcode.
104 if (opcode == TFTPD_OP_RRQ) fd = open(file, O_RDONLY, 0666);
135 if (opcode == TFTPD_OP_WRQ) blockno = 0;
146 if (opcode == TFTPD_OP_RRQ) {
158 *((uint16_t*)spkt) = htons(pktopcode); //append send pkt's opcode.
205 if ((opcode == TFTPD_OP_RRQ) && (pktopcode == TFTPD_OP_ACK)) {
213 if ((opcode == TFTPD_OP_WRQ) && (pktopcode == TFTPD_OP_DATA)) {
239 int fd = 0, recvmsg_len, rbuflen, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1; local
265 opcode = buf[1]
    [all...]
  /external/v8/src/compiler/
operator.h 33 typedef uint16_t Opcode;
55 Operator(Opcode opcode, Properties properties, const char* mnemonic,
63 // the opcode is stored directly in the operator object.
64 Opcode opcode() const { return opcode_; } function in class:v8::internal::compiler::Operator
74 return this->opcode() == that->opcode();
80 virtual size_t HashCode() const { return base::hash<Opcode>()(opcode()); }
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 274 int32_t opcode = instr->OpcodeValue() << 26; local
276 if (opcode == EXT5 ||
277 (opcode == EXT2 && instr->Bits(10, 2) << 2 == SRADIX)) {
362 // UnknownFormat(instr) which will just print opcode name of the
    [all...]
  /external/v8/test/cctest/compiler/
codegen-tester.h 441 // A helper class for testing compares. Wraps a machine opcode and provides
445 explicit CompareWrapper(IrOpcode::Value op) : opcode(op) {}
452 switch (opcode) {
476 switch (opcode) {
494 switch (opcode) {
507 IrOpcode::Value opcode; member in class:v8::internal::compiler::CompareWrapper

Completed in 806 milliseconds

1 2 3 4 5 6 7 8 91011>>