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

<<11121314151617181920>>

  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 221 if ((Opcode.IFEQ <= op && op <= Opcode.IF_ACMPNE)
222 || op == Opcode.IFNULL || op == Opcode.IFNONNULL) {
227 else if (Opcode.GOTO <= op && op <= Opcode.LOOKUPSWITCH)
229 case Opcode.GOTO :
232 case Opcode.JSR :
235 case Opcode.RET :
238 case Opcode.TABLESWITCH :
    [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 69 unsigned Opcode;
106 Opcode = AMDGPU::S_MOV_B32;
111 Opcode = AMDGPU::S_MOV_B32;
116 Opcode = AMDGPU::S_MOV_B32;
129 Opcode = AMDGPU::V_MOV_B32_e32;
134 Opcode = AMDGPU::V_MOV_B32_e32;
140 Opcode = AMDGPU::V_MOV_B32_e32;
146 Opcode = AMDGPU::V_MOV_B32_e32;
152 Opcode = AMDGPU::V_MOV_B32_e32;
161 get(Opcode), RI.getSubReg(DestReg, SubIdx))
    [all...]
R600InstrInfo.h 60 bool isPlaceHolderOpcode(unsigned opcode) const;
61 bool isReductionOp(unsigned opcode) const;
62 bool isCubeOp(unsigned opcode) const;
64 /// \returns true if this \p Opcode represents an ALU instruction.
65 bool isALUInstr(unsigned Opcode) const;
66 bool hasInstrModifiers(unsigned Opcode) const;
67 bool isLDSInstr(unsigned Opcode) const;
69 bool isTransOnly(unsigned Opcode) const;
72 bool usesVertexCache(unsigned Opcode) const;
74 bool usesTextureCache(unsigned Opcode) const
    [all...]
  /external/mesa3d/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/mesa3d/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...]
  /art/compiler/dex/quick/
mir_to_lir.cc 33 Instruction::Code opcode = mir->dalvikInsn.opcode; local
41 int attrs = mir_graph_->oat_data_flow_attributes_[opcode];
75 switch (opcode) {
261 GenCmpFP(opcode, rl_dest, rl_src[0], rl_src[1]);
278 bool is_taken = EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg),
289 GenCompareAndBranch(opcode, rl_src[0], rl_src[1], taken,
305 bool is_taken = EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg), 0);
315 GenCompareZeroAndBranch(opcode, rl_src[0], taken, fall_through);
476 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[0])
738 int opcode = mir->dalvikInsn.opcode; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
LiteralOpUpgrader.java 96 Rop opcode = originalRopInsn.getOpcode();
107 if (opcode.getBranchingness() == Rop.BRANCH_IF) {
113 RegOps.flippedIfOpcode(opcode.getOpcode()), null);
116 opcode.getOpcode(), null);
119 opcode, sources.get(0), sources.get(1))) {
121 } else if (opcode.isCommutative()
123 opcode, sources.get(1), sources.get(0))) {
147 Rop opcode = originalRopInsn.getOpcode(); local
151 opcode.getOpcode() != RegOps.CONST) {
159 if (opcode.getOpcode() == RegOps.MOVE_RESULT_PSEUDO)
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_ct.c 131 UINT8 opcode; local
133 opcode = avrc_opcode_from_pdu(p_cmd->pdu);
134 AVRC_TRACE_API2("avrc_bld_init_cmd_buffer: pdu=%x, opcode=%x", p_cmd->pdu, opcode);
136 switch (opcode)
154 p_pkt->event = opcode;
160 if (opcode != AVRC_OP_PASS_THRU)
163 switch (opcode)
176 p_cmd->cmd.opcode = opcode;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LiteralOpUpgrader.java 97 Rop opcode = originalRopInsn.getOpcode();
108 if (opcode.getBranchingness() == Rop.BRANCH_IF) {
114 RegOps.flippedIfOpcode(opcode.getOpcode()), null);
117 opcode.getOpcode(), null);
120 opcode, sources.get(0), sources.get(1))) {
122 } else if (opcode.isCommutative()
124 opcode, sources.get(1), sources.get(0))) {
148 Rop opcode = originalRopInsn.getOpcode(); local
152 opcode.getOpcode() != RegOps.CONST) {
160 if (opcode.getOpcode() == RegOps.MOVE_RESULT_PSEUDO)
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 101 byte opcode = branchInstruction.opcode;
102 if ((opcode == InstructionConstants.OP_GOTO ||
103 opcode == InstructionConstants.OP_GOTO_W) &&
139 new BranchInstruction(opcode, newBranchOffset);
229 * Returns whether the given opcode represents a pop instruction that must
232 private boolean isPop(byte opcode)
234 return opcode == InstructionConstants.OP_POP ||
235 opcode == InstructionConstants.OP_POP2 ||
236 opcode == InstructionConstants.OP_ARRAYLENGTH
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
ArrayDataPseudoInstruction.java 32 import org.jf.dexlib.Code.Opcode;
50 super(Opcode.NOP);
61 super(Opcode.NOP);
65 throw new RuntimeException("Invalid opcode byte for an ArrayData pseudo-instruction");
70 throw new RuntimeException("Invalid sub-opcode byte for an ArrayData pseudo-instruction");
145 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
146 if (opcode != Opcode.NOP) {
147 throw new RuntimeException("The opcode for an ArrayDataPseudoInstruction must be NOP")
    [all...]
PackedSwitchDataPseudoInstruction.java 33 import org.jf.dexlib.Code.Opcode;
51 super(Opcode.NOP);
63 super(Opcode.NOP);
67 throw new RuntimeException("Invalid opcode byte for a PackedSwitchData pseudo-instruction");
71 throw new RuntimeException("Invalid sub-opcode byte for a PackedSwitchData pseudo-instruction");
151 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
152 if (opcode != Opcode.NOP) {
153 throw new RuntimeException("The opcode for a PackedSwitchDataPseudoInstruction must be NOP")
    [all...]
SparseSwitchDataPseudoInstruction.java 33 import org.jf.dexlib.Code.Opcode;
51 super(Opcode.NOP);
71 super(Opcode.NOP);
75 throw new RuntimeException("Invalid opcode byte for a SparseSwitchData pseudo-instruction");
79 throw new RuntimeException("Invalid sub-opcode byte for a SparseSwitchData pseudo-instruction");
170 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
171 if (opcode != Opcode.NOP) {
172 throw new RuntimeException("The opcode for a SparseSwitchDataPseudoInstruction must be NOP")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xdbeproto.h 142 CARD8 reqType; /* major-opcode: always codes->major_opcode */
143 CARD8 dbeReqType; /* minor-opcode: always X_DbeGetVersion (0) */
172 CARD8 reqType; /* major-opcode: codes->major_opcode */
186 CARD8 reqType; /* major-opcode: codes->major_opcode */
196 CARD8 reqType; /* major-opcode: always codes->major_opcode */
197 CARD8 dbeReqType; /* minor-opcode: always X_DbeSwapBuffers (3) */
206 CARD8 reqType; /* major-opcode: always codes->major_opcode */
207 CARD8 dbeReqType; /* minor-opcode: always X_DbeBeginIdom (4) */
215 CARD8 reqType; /* major-opcode: always codes->major_opcode */
216 CARD8 dbeReqType; /* minor-opcode: always X_DbeEndIdom (5) *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbeproto.h 142 CARD8 reqType; /* major-opcode: always codes->major_opcode */
143 CARD8 dbeReqType; /* minor-opcode: always X_DbeGetVersion (0) */
172 CARD8 reqType; /* major-opcode: codes->major_opcode */
186 CARD8 reqType; /* major-opcode: codes->major_opcode */
196 CARD8 reqType; /* major-opcode: always codes->major_opcode */
197 CARD8 dbeReqType; /* minor-opcode: always X_DbeSwapBuffers (3) */
206 CARD8 reqType; /* major-opcode: always codes->major_opcode */
207 CARD8 dbeReqType; /* minor-opcode: always X_DbeBeginIdom (4) */
215 CARD8 reqType; /* major-opcode: always codes->major_opcode */
216 CARD8 dbeReqType; /* minor-opcode: always X_DbeEndIdom (5) *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbeproto.h 142 CARD8 reqType; /* major-opcode: always codes->major_opcode */
143 CARD8 dbeReqType; /* minor-opcode: always X_DbeGetVersion (0) */
172 CARD8 reqType; /* major-opcode: codes->major_opcode */
186 CARD8 reqType; /* major-opcode: codes->major_opcode */
196 CARD8 reqType; /* major-opcode: always codes->major_opcode */
197 CARD8 dbeReqType; /* minor-opcode: always X_DbeSwapBuffers (3) */
206 CARD8 reqType; /* major-opcode: always codes->major_opcode */
207 CARD8 dbeReqType; /* minor-opcode: always X_DbeBeginIdom (4) */
215 CARD8 reqType; /* major-opcode: always codes->major_opcode */
216 CARD8 dbeReqType; /* minor-opcode: always X_DbeEndIdom (5) *
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 21 class CodeAnalyzer implements Opcode {
98 private boolean processBranch(int opcode, CodeIterator ci, int index,
102 if ((IFEQ <= opcode && opcode <= IF_ACMPNE)
103 || opcode == IFNULL || opcode == IFNONNULL) {
109 switch (opcode) {
120 if (opcode == JSR)
159 if (opcode == LOOKUPSWITCH) {
204 private static boolean isEnd(int opcode) {
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 60 UINT8 opcode; /* UIPC_OPEN_REQ */ member in struct:__anon1164
67 UINT8 opcode; /* UIPC_OPEN_RESP */ member in struct:__anon1165
78 UINT8 opcode; /* UIPC_CLOSE_REQ */ member in struct:t_uipc_close_req
85 UINT8 opcode; /* UIPC_CLOSE_RSP */ member in struct:t_uipc_close_rsp
92 UINT8 opcode; member in union:__anon1166
247 UINT8 opcode; /* AVDT_SYNC_TO_BTC_LITE_REQ */ member in struct:__anon1169
254 UINT8 opcode; /* AVDT_SYNC_TO_BTC_LITE_RESP */ member in struct:__anon1170
335 UINT8 opcode; /* A2DP_START_REQ */ member in struct:__anon1171
342 UINT8 opcode; /* A2DP_STOP_REQ */ member in struct:__anon1172
348 UINT8 opcode; /* A2DP_SUSPEND_REQ * member in struct:__anon1173
354 UINT8 opcode; \/* A2DP_CLEANUP_REQ *\/ member in struct:__anon1174
361 UINT8 opcode; \/* A2DP_START_RESP, A2DP_STOP_RESP, A2DP_CLEANUP_RESP, A2DP_SUSPEND_RESP *\/ member in struct:__anon1175
599 UINT8 opcode; \/* AUDIO_CODEC_CONFIG_REQ *\/ member in struct:__anon1182
613 UINT8 opcode; \/* AUDIO_CODEC_CONFIG_RESP *\/ member in struct:__anon1183
619 UINT8 opcode; \/* AUDIO_CODEC_SET_BITRATE_REQ *\/ member in struct:__anon1184
699 UINT8 opcode; \/* AUDIO_ROUTE_CONFIG_REQ *\/ member in struct:__anon1186
710 UINT8 opcode; \/* AUDIO_ROUTE_CONFIG_RESP *\/ member in struct:__anon1187
749 UINT8 opcode; \/* AUDIO_MIX_CONFIG_REQ *\/ member in struct:__anon1191
758 UINT8 opcode; \/* AUDIO_MIX_CONFIG_RESP *\/ member in struct:__anon1192
765 UINT8 opcode; \/* AUDIO_BURST_FRAMES_IND *\/ member in struct:__anon1193
771 UINT8 opcode; \/* AUDIO_BURST_END_IND *\/ member in struct:__anon1194
776 UINT8 opcode; \/* AUDIO_CODEC_FLUSH_REQ *\/ member in struct:__anon1195
781 UINT8 opcode; \/* AUDIO_EQ_MODE_CONFIG_REQ *\/ member in struct:__anon1196
788 UINT8 opcode; \/* AUDIO_SCALE_CONFIG_REQ *\/ member in struct:__anon1197
869 UINT8 opcode; member in union:__anon1204
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_optimize.c 65 static boolean has_destination(unsigned opcode)
67 return (opcode != TGSI_OPCODE_NOP &&
68 opcode != TGSI_OPCODE_KIL &&
69 opcode != TGSI_OPCODE_KILP &&
70 opcode != TGSI_OPCODE_END &&
71 opcode != TGSI_OPCODE_RET);
88 static boolean op_commutes(unsigned opcode)
90 switch(opcode)
102 static unsigned op_neutral_element(unsigned opcode)
104 switch(opcode)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_optimize.c 65 static boolean has_destination(unsigned opcode)
67 return (opcode != TGSI_OPCODE_NOP &&
68 opcode != TGSI_OPCODE_KIL &&
69 opcode != TGSI_OPCODE_KILP &&
70 opcode != TGSI_OPCODE_END &&
71 opcode != TGSI_OPCODE_RET);
88 static boolean op_commutes(unsigned opcode)
90 switch(opcode)
102 static unsigned op_neutral_element(unsigned opcode)
104 switch(opcode)
    [all...]
  /external/chromium_org/net/websockets/
websocket_deflate_stream_test.cc 75 WebSocketFrameHeader::OpCode opcode,
78 scoped_ptr<WebSocketFrame> frame(new WebSocketFrame(opcode));
87 WebSocketFrameHeader::OpCode opcode,
89 scoped_ptr<WebSocketFrame> frame(new WebSocketFrame(opcode));
131 if (!WebSocketFrameHeader::IsKnownDataOpCode(frame->header.opcode)) {
150 if (!WebSocketFrameHeader::IsKnownDataOpCode(frame->header.opcode)) {
162 if (!WebSocketFrameHeader::IsKnownDataOpCode(frame->header.opcode))
168 if (!WebSocketFrameHeader::IsKnownDataOpCode(frame->header.opcode))
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 61 opcode=None, payload=''):
66 self.opcode = opcode
102 def create_header(opcode, payload_length, fin, rsv1, rsv2, rsv3, mask):
109 if opcode < 0 or 0xf < opcode:
110 raise ValueError('Opcode out of range')
122 | opcode)
144 frame.opcode, len(frame.payload), frame.fin,
150 message, opcode=common.OPCODE_BINARY, fin=1, mask=False, frame_filters=[])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_tex.c 67 inst_mov->U.I.Opcode = RC_OPCODE_MUL;
89 inst_rcp->U.I.Opcode = RC_OPCODE_RCP;
100 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
109 inst->U.I.Opcode = RC_OPCODE_TEX;
133 if (inst->U.I.Opcode != RC_OPCODE_TEX &&
134 inst->U.I.Opcode != RC_OPCODE_TXB &&
135 inst->U.I.Opcode != RC_OPCODE_TXP &&
136 inst->U.I.Opcode != RC_OPCODE_TXD &&
137 inst->U.I.Opcode != RC_OPCODE_TXL &&
138 inst->U.I.Opcode != RC_OPCODE_KIL
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_tex.c 67 inst_mov->U.I.Opcode = RC_OPCODE_MUL;
89 inst_rcp->U.I.Opcode = RC_OPCODE_RCP;
100 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
109 inst->U.I.Opcode = RC_OPCODE_TEX;
133 if (inst->U.I.Opcode != RC_OPCODE_TEX &&
134 inst->U.I.Opcode != RC_OPCODE_TXB &&
135 inst->U.I.Opcode != RC_OPCODE_TXP &&
136 inst->U.I.Opcode != RC_OPCODE_TXD &&
137 inst->U.I.Opcode != RC_OPCODE_TXL &&
138 inst->U.I.Opcode != RC_OPCODE_KIL
    [all...]
  /external/openssh/
ttymodes.c 352 int opcode, baud; local
381 opcode = packet_get_char();
382 switch (opcode) {
426 debug("Ignoring unsupported tty mode opcode %d (0x%x)",
427 opcode, opcode);
436 if (opcode > 0 && opcode < 128) {
440 } else if (opcode >= 128 && opcode < 160)
    [all...]

Completed in 543 milliseconds

<<11121314151617181920>>