HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 651 - 675 of 1019) sorted by null

<<21222324252627282930>>

  /device/lge/mako/camera/mm-camera-interface/
mm_camera.c 155 mm_camera_ops_type_t opcode)
158 switch(opcode) {
    [all...]
  /external/v8/src/
frames.cc 840 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local
841 ASSERT(opcode == Translation::BEGIN);
850 opcode = static_cast<Translation::Opcode>(it.Next());
851 if (opcode == Translation::JS_FRAME) {
862 opcode = static_cast<Translation::Opcode>(it.Next());
863 ASSERT(opcode == Translation::STACK_SLOT |
949 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local
967 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 291 negativeOffsetOpcode(unsigned opcode)
293 switch (opcode) {
311 return opcode;
321 positiveOffsetOpcode(unsigned opcode)
323 switch (opcode) {
341 return opcode;
351 immediateOffsetOpcode(unsigned opcode)
353 switch (opcode) {
379 return opcode;
391 unsigned Opcode = MI.getOpcode()
    [all...]
  /external/grub/netboot/
main.c 264 arpreq.opcode = htons (ARP_REQUEST);
320 tp.opcode = htons (TFTP_RRQ);
323 + sizeof (tp.ip) + sizeof (tp.udp) + sizeof (tp.opcode) + 1);
368 if (tr->opcode == ntohs (TFTP_ERROR))
376 if (tr->opcode == ntohs (TFTP_OACK))
407 tp.opcode = htons (TFTP_ERROR);
412 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
427 else if (tr->opcode == ntohs (TFTP_DATA))
446 tp.opcode = htons (TFTP_ACK);
497 rarpreq.opcode = htons (RARP_REQUEST)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 284 int opcode = bs.read(); local
286 if (opcode < 0) {
292 switch (opcode) {
395 if (opcode < DBG_FIRST_SPECIAL) {
397 "Invalid extended opcode encountered "
398 + opcode);
401 int adjopcode = opcode - DBG_FIRST_SPECIAL;
  /external/tcpdump/
print-lwres.c 60 lwres_uint32_t opcode; member in struct:lwres_lwpacket
178 struct tok opcode[] = { variable in typeref:struct:tok
321 /* opcode and pktflags */
322 v = EXTRACT_32BITS(&np->opcode);
323 s = tok2str(opcode, "#0x%x", v);
345 /* per-opcode content */
359 switch (EXTRACT_32BITS(&np->opcode)) {
459 switch (EXTRACT_32BITS(&np->opcode)) {
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
RenameClassAdapter.java 303 public void visitTypeInsn(int opcode, String type) {
306 super.visitTypeInsn(opcode, type);
310 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
314 super.visitFieldInsn(opcode, owner, name, desc);
318 public void visitMethodInsn(int opcode, String owner, String name, String desc) {
322 super.visitMethodInsn(opcode, owner, name, desc);
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 23 * Information about each Dalvik opcode.
35 * pseudo-opcode used for nonstandard formatted "instructions"
44 // TODO: These payload opcodes should be generated by opcode-gen.
61 // BEGIN(opcode-info-defs); GENERATED AUTOMATICALLY BY opcode-gen
1236 private final int opcode; field in class:OpcodeInfo.Info
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 236 opcode = first_byte & 0xf
257 return fin, rsv1, rsv2, rsv3, opcode, payload_length
788 opcode = OPCODE_CONTINUATION
790 opcode = frame_type
808 header = chr(fin << 7 | rsv1 << 6 | opcode)
828 def _assert_receive_data(self, payload, opcode, fin, rsv1, rsv2, rsv3):
832 if actual_opcode != opcode:
834 'Unexpected opcode: %d (expected) vs %d (actual)' %
835 (opcode, actual_opcode))
883 def assert_receive_binary(self, payload, opcode=OPCODE_BINARY, fin=1
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 528 DalvInsn dalvInsn = new SimpleInsn(insn.opcode,
557 DalvInsn dalvInsn = new SimpleInsn(insn.opcode,
568 DalvInsn dalvInsn = new TargetInsn(insn.opcode,
600 DalvInsn dalvInsn = new TargetInsn(insn.opcode,
642 DalvInsn dalvInsn = new SimpleInsn(insn.opcode,
666 DalvInsn dalvInsn = new TargetInsn(insn.opcode,
681 DalvInsn dalvInsn = new CstInsn(insn.opcode,
704 DalvInsn dalvInsn = new CstInsn(insn.opcode,
764 DalvInsn dalvInsn = new CstInsn(insn.opcode,
838 DalvInsn dalvInsn = new CstInsn(insn.opcode,
    [all...]
  /bionic/libc/private/
arpa_nameser_compat.h 104 unsigned opcode: 4; /* purpose of message */ member in struct:__anon644
120 unsigned opcode :4; /* purpose of message */ member in struct:__anon644
  /dalvik/vm/mterp/mips/
OP_SHL_LONG.S 30 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_SHR_LONG.S 31 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_SHR_LONG_2ADDR.S 25 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_USHR_LONG.S 30 GET_INST_OPCODE(t0) # extract opcode from rINST
binflopWide.S 49 GET_INST_OPCODE(t0) # extract opcode from rINST
  /external/dnsmasq/src/
nameser.h 288 unsigned opcode: 4; /* purpose of message */ member in struct:__anon7152
304 unsigned opcode :4; /* purpose of message */ member in struct:__anon7152
  /external/regex-re2/re2/
nfa.cc 224 switch (ip->opcode()) {
226 LOG(DFATAL) << "unhandled " << ip->opcode() << " in AddToThreadq";
311 switch (ip->opcode()) {
314 LOG(DFATAL) << "Unhandled " << ip->opcode() << " in step";
526 switch (ip->opcode()) {
528 LOG(DFATAL) << "Unexpected opcode in short circuit: " << ip->opcode();
635 switch (ip->opcode()) {
637 LOG(DFATAL) << "unhandled " << ip->opcode() << " in ComputeFirstByte";
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 43 import org.jf.dexlib.Code.Opcode;
80 if (instruction.opcode == Opcode.PACKED_SWITCH) {
85 } else if (instruction.opcode == Opcode.SPARSE_SWITCH) {
246 if (instructions[index].opcode == Opcode.NOP) {
261 if (instructions[index].opcode == Opcode.NOP) {
276 if (instruction.getInstruction().opcode != Opcode.NOP |
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
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...]
  /external/valgrind/main/VEX/priv/
guest_x86_defs.h 108 extern UInt x86g_calculate_daa_das_aaa_aas ( UInt AX_and_flags, UInt opcode );
110 extern UInt x86g_calculate_aad_aam ( UInt AX_and_flags, UInt opcode );
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.cpp 39 #define STRINGIZE_DFG_OP_ENUM(opcode, flags) #opcode ,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 32 opcode, and a type. Result is the value number of the operation,
40 ENUM_BITFIELD(tree_code) opcode : 16; member in struct:vn_nary_op_s
67 They consist of an opcode, type, and some number of operands. For
68 a given opcode, some, all, or none of the operands may be used.
70 portion of the addressing calculation that opcode performs. */
74 enum tree_code opcode; member in struct:vn_reference_op_struct
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 32 opcode, and a type. Result is the value number of the operation,
40 ENUM_BITFIELD(tree_code) opcode : 16; member in struct:vn_nary_op_s
67 They consist of an opcode, type, and some number of operands. For
68 a given opcode, some, all, or none of the operands may be used.
70 portion of the addressing calculation that opcode performs. */
74 enum tree_code opcode; member in struct:vn_reference_op_struct
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 32 opcode, and a type. Result is the value number of the operation,
40 ENUM_BITFIELD(tree_code) opcode : 16; member in struct:vn_nary_op_s
67 They consist of an opcode, type, and some number of operands. For
68 a given opcode, some, all, or none of the operands may be used.
70 portion of the addressing calculation that opcode performs. */
74 enum tree_code opcode; member in struct:vn_reference_op_struct

Completed in 2522 milliseconds

<<21222324252627282930>>