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

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/opcodes/
arc-ext.c 34 arcExtMap_instName(int opcode, int minor, int *flags)
36 if (opcode == 3)
42 opcode = 0x1f - 0x10 + minor - 0x09 + 1;
45 if (opcode < 0x10)
48 opcode -= 0x10;
49 if (!arc_extension_map.instructions[opcode])
51 *flags = arc_extension_map.instructions[opcode]->flags;
52 return arc_extension_map.instructions[opcode]->name;
161 p[2] = opcode
162 p[3] = minor opcode (if opcode == 3
180 char opcode = p[2]; local
    [all...]
ia64-asmtab.h 1 /* ia64-asmtab.h -- Header for compacted IA-64 opcode tables.
25 #include "opcode/ia64.h"
27 /* The primary opcode table is made up of the following: */
31 opcode. */
34 /* The type of opcode; corresponds to the TYPE field in
38 /* The number of outputs for this opcode. */
41 /* The base insn value for this opcode. It may be modified by completers. */
42 ia64_insn opcode; member in struct:ia64_main_table
44 /* The mask of valid bits in OPCODE. Zeros indicate operand fields. */
64 The completer entries modify certain bits in the instruction opcode
    [all...]
m88k-dis.c 25 #include "opcode/m88k.h"
35 /* Opcode Mnemonic Op 1 Spec Op 2 Spec Op 3 Spec Simflags Next */
695 unsigned int opcode; local
    [all...]
rl78-dis.c 28 #include "opcode/rl78.h"
88 RL78_Opcode_Decoded opcode; local
97 rv = rl78_decode_opcode (addr, &opcode, rl78_get_byte, &rl78_data);
105 s = opcode.syntax;
109 switch (opcode.id)
137 sprintf(buf, "%s%%W%%f\t\033[32m%s\033[0m", s, opcode.syntax);
196 if (opcode.size == RL78_Word)
201 if (opcode.flags)
206 if (opcode.flags & RL78_PSW_Z)
208 if (opcode.flags & RL78_PSW_AC
    [all...]
rx-dis.c 28 #include "opcode/rx.h"
93 RX_Opcode_Decoded opcode; local
99 rv = rx_decode_opcode (addr, &opcode, rx_get_byte, &rx_data);
107 for (s = opcode.syntax; *s; s++)
145 PR (PS, "%s", opsize_names[opcode.size]);
151 oper = opcode.op + *s - '0';
  /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/dexgen/src/com/android/dexgen/rop/code/
Insn.java 28 * an opcode (which specifies operation and source/result types), a
33 /** {@code non-null;} opcode */
34 private final Rop opcode; field in class:Insn
48 * @param opcode {@code non-null;} the opcode
53 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
55 if (opcode == null) {
56 throw new NullPointerException("opcode == null");
67 this.opcode = opcode;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 39 /** the opcode; one of the constants from {@link Dops} */
40 private final Dop opcode; field in class:DalvInsn
62 Dop opcode; local
65 opcode = reference ? Dops.MOVE_OBJECT :
68 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
71 opcode = reference ? Dops.MOVE_OBJECT_16 :
75 return new SimpleInsn(opcode, position,
89 * @param opcode the opcode; one of the constants from {@link Dops}
95 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 26 * an opcode (which specifies operation and source/result types), a
31 /** {@code non-null;} opcode */
32 private final Rop opcode; field in class:Insn
46 * @param opcode {@code non-null;} the opcode
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
53 if (opcode == null) {
54 throw new NullPointerException("opcode == null");
65 this.opcode = opcode;
    [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/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 26 * an opcode (which specifies operation and source/result types), a
31 /** {@code non-null;} opcode */
32 private final Rop opcode; field in class:Insn
46 * @param opcode {@code non-null;} the opcode
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result,
53 if (opcode == null) {
54 throw new NullPointerException("opcode == null");
65 this.opcode = opcode;
    [all...]
  /art/disassembler/
disassembler_mips.cc 419 std::string opcode; local
425 opcode = StringPrintf("op=%d fn=%d", op, function);
429 opcode = gMipsInstructions[i].name;
466 case 0: opcode += ".s"; break;
467 case 1: opcode += ".d"; break;
468 case 4: opcode += ".w"; break;
469 case 5: opcode += ".l"; break;
470 case 6: opcode += ".ps"; break;
471 default: opcode += ".?"; break;
567 << StringPrintf(": %08x\t%-7s ", instruction, opcode.c_str()
    [all...]
  /art/runtime/
dex_instruction.cc 71 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \
72 ((opcode == NOP) ? -1 : \
84 switch (FormatOf(Opcode())) {
101 Code opcode = static_cast<Code>(insn & 0xFF); local
102 return FlagsOf(opcode) & Instruction::kContinue;
164 const char* opcode = kInstructionNames[Opcode()]; local
165 switch (FormatOf(Opcode())) {
166 case k10x: os << opcode; break; local
167 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break
387 os << opcode << " {"; local
404 os << opcode << " {"; local
418 os << opcode << " {"; local
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ConversionRepeater.java 25 import dexfuzz.rawdex.Opcode;
125 // Flip the opcode.
126 Opcode oppositeOpcode = null;
127 switch (newInsnThere.insn.info.opcode) {
129 oppositeOpcode = Opcode.LONG_TO_INT;
132 oppositeOpcode = Opcode.FLOAT_TO_INT;
135 oppositeOpcode = Opcode.DOUBLE_TO_INT;
138 oppositeOpcode = Opcode.INT_TO_LONG;
141 oppositeOpcode = Opcode.FLOAT_TO_LONG;
144 oppositeOpcode = Opcode.DOUBLE_TO_LONG
194 Opcode opcode = mInsn.insn.info.opcode; local
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 149 Opcode opcode = insn.info.opcode; local
152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) {
160 if (opcode == Opcode.CONST_CLASS
161 || opcode == Opcode.CHECK_CAS
    [all...]
  /bionic/libc/kernel/uapi/linux/can/
bcm.h 30 __u32 opcode; member in struct:bcm_msg_head
  /bionic/libc/kernel/uapi/linux/
nvme_ioctl.h 24 __u8 opcode; member in struct:nvme_user_io
41 __u8 opcode; member in struct:nvme_passthru_cmd
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 65 public void visitInvalid(int opcode, int offset, int length) {
70 public void visitNoArgs(int opcode, int offset, int length, Type type) {
75 public void visitLocal(int opcode, int offset, int length,
81 if (opcode == ByteOps.IINC) {
97 public void visitConstant(int opcode, int offset, int length,
101 visitNoArgs(opcode, offset, length, null);
106 visitLiteralInt(opcode, offset, length, value);
111 visitLiteralLong(opcode, offset, length,
117 visitLiteralFloat(opcode, offset, length,
123 visitLiteralDouble(opcode, offset, length
206 int opcode = bytes.getUnsignedByte(offset); 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...]
  /dalvik/libdex/
DexDebugInfo.cpp 212 u1 opcode = *stream++; local
215 switch (opcode) {
241 if (opcode == DBG_START_LOCAL_EXTENDED) {
291 int adjopcode = opcode - DBG_FIRST_SPECIAL;
  /development/ndk/platforms/android-21/include/linux/can/
bcm.h 25 __u32 opcode; member in struct:bcm_msg_head
  /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/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...]
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 27 import javassist.bytecode.Opcode;
34 public class SubroutineScanner implements Opcode {
84 int opcode = iter.byteAt(pos); local
86 if (opcode == TABLESWITCH) {
92 if (opcode == LOOKUPSWITCH) {
99 if (Util.isReturn(opcode) || opcode == RET || opcode == ATHROW)
102 if (Util.isJumpInstruction(opcode)) {
104 if (opcode == JSR || opcode == JSR_W)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/websocket/
DeflateFrameExtension.java 69 public void onFrame(byte flags, byte opcode, Buffer buffer)
71 if (getConnection().isControl(opcode) || !isFlag(flags,1))
73 super.onFrame(flags,opcode,buffer);
103 super.onFrame(clearFlag(flags,1),opcode,buf); local
116 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException
118 if (getConnection().isControl(opcode) || length<_minLength)
120 super.addFrame(clearFlag(flags,1),opcode,content,offset,length); local
160 super.addFrame(setFlag(flags,1),opcode,out,0,l+out_offset); local
162 super.addFrame(clearFlag(flags,1),opcode,content,offset,length); local

Completed in 1020 milliseconds

1 2 3 4 56 7 8 91011>>