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

<<31323334353637383940>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 105 SVGA3dShaderInstToken opcode; local
111 opcode = inst_token( SVGA3DOP_DCL );
120 return (emit_instruction(emit, opcode) &&
372 SVGA3dShaderInstToken opcode; local
375 opcode = inst_token( SVGA3DOP_DCL );
390 return (emit_instruction(emit, opcode) &&
430 SVGA3dShaderInstToken opcode; local
433 opcode = inst_token( SVGA3DOP_DCL );
489 return (emit_instruction(emit, opcode) &&
500 SVGA3dShaderInstToken opcode; local
    [all...]
  /external/open-vcdiff/src/
codetablewriter_interface.h 56 // Encode an ADD opcode with the "size" bytes starting at data
59 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
62 // Encode a RUN opcode for "size" copies of the value "byte".
jsonwriter.h 49 // Encode an ADD opcode with the "size" bytes starting at data
52 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
55 // Encode a RUN opcode for "size" copies of the value "byte".
  /external/proguard/src/proguard/optimize/info/
ReadWriteFieldMarker.java 55 byte opcode = constantInstruction.opcode;
58 switch (opcode)
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 130 static int op(bt_vendor_opcode_t opcode, void *param)
134 BTVNDDBG("op for %d", opcode);
136 switch(opcode)
  /hardware/qcom/bt/libbt-vendor/src/
bt_vendor_qcom.c 95 static int op(bt_vendor_opcode_t opcode, void *param)
101 ALOGV("bt-vendor : op for %d", opcode);
103 switch(opcode)
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.h 87 uint16_t opcode; /* OCF & OGF */ member in struct:__anon33030
100 uint16_t opcode; member in struct:__anon33032
107 uint16_t opcode; member in struct:__anon33033
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.h 86 uint16_t opcode; /* OCF & OGF */ member in struct:__anon33040
99 uint16_t opcode; member in struct:__anon33042
106 uint16_t opcode; member in struct:__anon33043
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 101 // given by Opcode. The operands are: Input (R2), Start (I3), End (I4) and
113 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()),
117 unsigned Opcode;
265 // Try to use RISBG or Opcode to implement OR or XOR node N.
267 SDNode *tryRxSBG(SDNode *N, unsigned Opcode);
271 // (Opcode UpperVal LowerVal)
275 // (Opcode (Opcode Op0 UpperVal) LowerVal)
276 SDNode *splitLargeImmediate(unsigned Opcode, SDNode *Node, SDValue Op0,
383 unsigned Opcode = N.getOpcode()
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 289 switch (p_msg->hdr.opcode)
295 case AVRC_OP_PASS_THRU: /* 0x7C panel subunit opcode */
304 AVRC_TRACE_ERROR1("AVRC_ParsCommand() unknown opcode:0x%x", p_msg->hdr.opcode);
307 p_result->cmd.opcode = p_msg->hdr.opcode;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.h 144 WebSocketFrame::OpCode opCode;
152 void enqueueRawFrame(WebSocketFrame::OpCode, const char* data, size_t dataLength);
153 void enqueueBlobFrame(WebSocketFrame::OpCode, PassRefPtr<BlobDataHandle>);
174 bool sendFrame(WebSocketFrame::OpCode, const char* data, size_t dataLength);
210 WebSocketFrame::OpCode m_continuousFrameOpCode;
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 226 new SimpleInstruction(simpleInstruction.opcode,
234 new VariableInstruction(variableInstruction.opcode,
243 new ConstantInstruction(constantInstruction.opcode,
252 new BranchInstruction(branchInstruction.opcode,
260 new TableSwitchInstruction(tableSwitchInstruction.opcode,
272 new LookUpSwitchInstruction(lookUpSwitchInstruction.opcode,
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 281 public void visitFieldInsn(int opcode, String owner, String name,
285 super.visitFieldInsn(opcode, owner, name, desc);
297 public void visitTypeInsn(int opcode, String type) {
299 super.visitTypeInsn(opcode, type);
303 public void visitMethodInsn(int opcode, String owner, String name,
307 super.visitMethodInsn(opcode, owner, name, desc);
  /art/compiler/dex/
local_value_numbering.cc 24 uint16_t opcode = mir->dalvikInsn.opcode; local
25 switch (opcode) {
184 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
195 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
208 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
219 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
230 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
262 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
296 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE)
    [all...]
  /bionic/libc/kernel/common/linux/
ublock.h 39 __u32 opcode; member in struct:ublock_in_header
44 __u32 opcode; member in struct:ublock_out_header
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 471 * swap the sources so that an opcode of form 12x can be selected
538 Dop opcode = RopToDop.dopFor(insn); local
545 di = new SimpleInsn(opcode, pos, getRegs(insn));
558 di = new TargetInsn(opcode, pos, getRegs(insn),
573 Dop opcode = RopToDop.dopFor(insn); local
595 di = new SimpleInsn(opcode, pos,
602 di = new CstInsn(opcode, pos, regs, insn.getConstant());
639 Dop opcode = dataInsn.isPacked() ? local
642 new TargetInsn(opcode, pos, getRegs(insn), dataAddress);
681 Dop opcode = RopToDop.dopFor(insn) local
734 Dop opcode = RopToDop.dopFor(insn); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 39 * flag to enable/disable the new extended opcode formats; meant as a
476 * Helper method to combine an opcode and a second byte of data into
479 * @param insn {@code non-null;} the instruction containing the opcode
488 int opcode = insn.getOpcode().getOpcode(); local
490 if ((opcode & 0xff) != opcode) {
491 throw new IllegalArgumentException("opcode out of range 0..255");
494 return (short) (opcode | (arg << 8));
498 * Helper method to get an extended (16-bit) opcode out of an
499 * instruction, returning it as a code unit. The opcode
507 int opcode = insn.getOpcode().getOpcode(); local
    [all...]
RopTranslator.java 477 * swap the sources so that an opcode of form 12x can be selected
544 Dop opcode = RopToDop.dopFor(insn); local
551 di = new SimpleInsn(opcode, pos, getRegs(insn));
564 di = new TargetInsn(opcode, pos, getRegs(insn),
579 Dop opcode = RopToDop.dopFor(insn); local
601 di = new SimpleInsn(opcode, pos,
608 di = new CstInsn(opcode, pos, regs, insn.getConstant());
648 Dop opcode = dataInsn.isPacked() ? local
651 new TargetInsn(opcode, pos, getRegs(insn), dataAddress);
690 Dop opcode = RopToDop.dopFor(insn) local
743 Dop opcode = RopToDop.dopFor(insn); local
    [all...]
  /dalvik/vm/analysis/
VerifySubs.h 25 * 0-15 instruction length (or 0 if this address doesn't hold an opcode)
42 /* add opcode widths to InsnFlags */
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 28 static char * decodeRegList(ArmOpcode opcode, int vector, char *buf)
36 if (opcode == kThumbPush && i == 8) {
38 } else if (opcode == kThumbPop && i == 8) {
219 decodeRegList(lir->opcode, operand, tbuf);
305 switch(lir->opcode) {
375 buildInsnString(EncodingMap[lir->opcode].name, lir, opName,
377 buildInsnString(EncodingMap[lir->opcode].fmt, lir, buf, baseAddr,
433 * de is an invalid opcode for arm.
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 125 Opcode dalvikOpcode = mir->dalvikInsn.opcode;
142 Opcode dalvikOpcode = mir->dalvikInsn.opcode;
252 labelList[blockId].opcode = kArmPseudoNormalBlockLabel;
283 Opcode dalvikOpcode = mir->dalvikInsn.opcode;
400 ALOGE("%#06x: Opcode %#x (%s) / Fmt %d not handled",
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 41 bhi .L${opcode}_gt_or_nan @ C set and Z clear, disambiguate
48 .L${opcode}_gt_or_nan:
  /dalvik/vm/mterp/mips/
entry.S 76 GET_INST_OPCODE(t0) # extract opcode from rINST
81 GET_INST_OPCODE(t0) # extract opcode from rINST
  /external/chromium/sdch/open-vcdiff/src/
codetable.cc 56 { { R, // opcode 0
78 { N, // opcode 0
100 { 0, // opcode 0
122 { 0, // opcode 0
144 { 0, // opcode 0
166 { 0, // opcode 0
188 bool VCDiffCodeTableData::ValidateOpcode(int opcode,
198 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid
    [all...]
  /external/chromium_org/net/websockets/
websocket_deflate_stream.h 94 WebSocketFrameHeader::OpCode current_reading_opcode_;
95 WebSocketFrameHeader::OpCode current_writing_opcode_;

Completed in 1737 milliseconds

<<31323334353637383940>>