HomeSort by relevance Sort by last modified time
    Searched refs:insn (Results 76 - 100 of 1519) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format10t.java 26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
48 public long getTarget(Instruction insn) {
49 return insn.vregA;
53 public void setTarget(Instruction insn, long target) {
54 insn.vregA = target;
Format20t.java 26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
29 file.writeUShort((short) insn.vregA);
49 public long getTarget(Instruction insn) {
50 return insn.vregA;
54 public void setTarget(Instruction insn, long target) {
55 insn.vregA = target;
Format30t.java 26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
29 file.writeUInt((int) insn.vregA);
49 public long getTarget(Instruction insn) {
50 return insn.vregA;
54 public void setTarget(Instruction insn, long target) {
55 insn.vregA = target;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10x.java 42 public String insnArgString(DalvInsn insn) {
49 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
62 public boolean isCompatible(DalvInsn insn) {
63 return (insn instanceof SimpleInsn) &&
64 (insn.getRegisters().size() == 0);
75 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
76 write(out, opcodeUnit(insn, 0));
Form11n.java 45 public String insnArgString(DalvInsn insn) {
46 RegisterSpecList regs = insn.getRegisters();
47 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
54 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
55 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
67 public boolean isCompatible(DalvInsn insn) {
68 RegisterSpecList regs = insn.getRegisters();
70 if (!((insn instanceof CstInsn) &&
76 CstInsn ci = (CstInsn) insn;
96 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
Form21s.java 45 public String insnArgString(DalvInsn insn) {
46 RegisterSpecList regs = insn.getRegisters();
47 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
54 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
55 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
67 public boolean isCompatible(DalvInsn insn) {
68 RegisterSpecList regs = insn.getRegisters();
69 if (!((insn instanceof CstInsn) &&
75 CstInsn ci = (CstInsn) insn;
95 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
Form22b.java 45 public String insnArgString(DalvInsn insn) {
46 RegisterSpecList regs = insn.getRegisters();
47 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
55 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
56 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
68 public boolean isCompatible(DalvInsn insn) {
69 RegisterSpecList regs = insn.getRegisters();
70 if (!((insn instanceof CstInsn) &&
77 CstInsn ci = (CstInsn) insn;
97 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
Form22c.java 47 public String insnArgString(DalvInsn insn) {
48 RegisterSpecList regs = insn.getRegisters();
50 ", " + cstString(insn);
55 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
57 return cstComment(insn);
71 public boolean isCompatible(DalvInsn insn) {
72 RegisterSpecList regs = insn.getRegisters();
73 if (!((insn instanceof CstInsn) &&
80 CstInsn ci = (CstInsn) insn;
100 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
Form22s.java 45 public String insnArgString(DalvInsn insn) {
46 RegisterSpecList regs = insn.getRegisters();
47 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
55 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
56 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
68 public boolean isCompatible(DalvInsn insn) {
69 RegisterSpecList regs = insn.getRegisters();
70 if (!((insn instanceof CstInsn) &&
77 CstInsn ci = (CstInsn) insn;
97 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
Form31c.java 48 public String insnArgString(DalvInsn insn) {
49 RegisterSpecList regs = insn.getRegisters();
50 return regs.get(0).regString() + ", " + cstString(insn);
55 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
57 return cstComment(insn);
71 public boolean isCompatible(DalvInsn insn) {
72 if (!(insn instanceof CstInsn)) {
76 RegisterSpecList regs = insn.getRegisters();
104 CstInsn ci = (CstInsn) insn;
120 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
Form31i.java 45 public String insnArgString(DalvInsn insn) {
46 RegisterSpecList regs = insn.getRegisters();
47 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
54 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
55 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
67 public boolean isCompatible(DalvInsn insn) {
68 RegisterSpecList regs = insn.getRegisters();
69 if (!((insn instanceof CstInsn) &&
75 CstInsn ci = (CstInsn) insn;
93 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
Form51l.java 46 public String insnArgString(DalvInsn insn) {
47 RegisterSpecList regs = insn.getRegisters();
48 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
55 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
56 CstLiteralBits value = (CstLiteralBits) ((CstInsn) insn).getConstant();
68 public boolean isCompatible(DalvInsn insn) {
69 RegisterSpecList regs = insn.getRegisters();
70 if (!((insn instanceof CstInsn) &&
76 CstInsn ci = (CstInsn) insn;
90 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10x.java 42 public String insnArgString(DalvInsn insn) {
49 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
62 public boolean isCompatible(DalvInsn insn) {
63 return (insn instanceof SimpleInsn) &&
64 (insn.getRegisters().size() == 0);
69 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
70 write(out, opcodeUnit(insn, 0));
Form3rc.java 46 public String insnArgString(DalvInsn insn) {
47 return regRangeString(insn.getRegisters()) + ", " +
48 cstString(insn);
53 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
55 return cstComment(insn);
69 public boolean isCompatible(DalvInsn insn) {
70 if (!(insn instanceof CstInsn)) {
74 CstInsn ci = (CstInsn) insn;
98 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
99 RegisterSpecList regs = insn.getRegisters()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10x.java 42 public String insnArgString(DalvInsn insn) {
49 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
62 public boolean isCompatible(DalvInsn insn) {
63 return (insn instanceof SimpleInsn) &&
64 (insn.getRegisters().size() == 0);
69 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
70 write(out, opcodeUnit(insn, 0));
Form3rc.java 46 public String insnArgString(DalvInsn insn) {
47 return regRangeString(insn.getRegisters()) + ", " +
48 cstString(insn);
53 public String insnCommentString(DalvInsn insn, boolean noteIndices) {
55 return cstComment(insn);
69 public boolean isCompatible(DalvInsn insn) {
70 if (!(insn instanceof CstInsn)) {
74 CstInsn ci = (CstInsn) insn;
98 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
99 RegisterSpecList regs = insn.getRegisters()
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
hppa-dis.c 164 #define GET_COMPL(insn) (GET_FIELD (insn, 26, 26) | \
165 GET_FIELD (insn, 18, 18) << 1)
167 #define GET_COND(insn) (GET_FIELD ((insn), 16, 18) + \
168 (GET_FIELD ((insn), 19, 19) ? 8 : 0))
361 unsigned int insn, i; local
373 insn = bfd_getb32 (buffer);
379 if ((insn & opcode->mask) == opcode->match)
395 fput_reg (GET_FIELD (insn, 11, 15), info)
    [all...]
nds32-dis.c 36 #define MASK_OP(insn, mask) ((insn) & (0x3f << 25 | (mask)))
50 uint32_t insn, uint32_t parse_mode);
51 static void print_insn32 (bfd_vma pc, disassemble_info *info, uint32_t insn,
80 uint32_t insn; local
114 insn = bfd_getb32 (buffer);
116 if (insn & 0x80000000)
117 print_insn16 (pc, info, (insn & 0x0000FFFF),
121 print_insn32 (pc, info, insn, NDS32_PARSE_INSN32 | NDS32_PARSE_EX9IT);
143 disassemble_info *info, uint32_t insn)
979 uint32_t insn; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-modules.c 306 Field_t_Slot_inst_get (const xtensa_insnbuf insn)
309 tie_t = (tie_t << 4) | ((insn[0] << 24) >> 28);
314 Field_t_Slot_inst_set (xtensa_insnbuf insn, uint32 val)
318 insn[0] = (insn[0] & ~0xf0) | (tie_t << 4);
322 Field_t_Slot_inst16a_get (const xtensa_insnbuf insn)
325 tie_t = (tie_t << 4) | ((insn[0] << 24) >> 28);
330 Field_t_Slot_inst16a_set (xtensa_insnbuf insn, uint32 val)
334 insn[0] = (insn[0] & ~0xf0) | (tie_t << 4)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 19 import com.android.dx.rop.code.Insn;
27 * A "normal" (non-phi) instruction in SSA form. Always wraps a rop insn.
30 /** {@code non-null;} rop insn that we're wrapping */
31 private Insn insn; field in class:NormalSsaInsn
36 * @param insn Rop insn to wrap
37 * @param block block that contains this insn
39 NormalSsaInsn(final Insn insn, final SsaBasicBlock block)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java 22 * A "normal" (non-phi) instruction in SSA form. Always wraps a rop insn.
25 /** {@code non-null;} rop insn that we're wrapping */
26 private Insn insn; field in class:NormalSsaInsn
31 * @param insn Rop insn to wrap
32 * @param block block that contains this insn
34 NormalSsaInsn(final Insn insn, final SsaBasicBlock block) {
35 super(insn.getResult(), block)
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
dump_bpf.cc 81 void AppendInstruction(std::string* dst, size_t pc, const sock_filter& insn) {
83 switch (BPF_CLASS(insn.code)) {
85 if (insn.code == BPF_LD + BPF_W + BPF_ABS) {
86 base::StringAppendF(dst, "LOAD %" PRIu32 " // ", insn.k);
88 (insn.k - offsetof(struct arch_seccomp_data, args)) /
90 if (maybe_argno < 6 && insn.k == SECCOMP_ARG_LSB_IDX(maybe_argno)) {
93 insn.k == SECCOMP_ARG_MSB_IDX(maybe_argno)) {
96 base::StringAppendF(dst, "%s\n", DataOffsetName(insn.k));
103 if (BPF_OP(insn.code) == BPF_JA) {
104 base::StringAppendF(dst, "JMP %zu\n", pc + insn.k + 1)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 40 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
41 out.write(insn.getOpcodeUnit());
55 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
56 out.write(insn.getOpcodeUnit());
72 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
74 codeUnit(insn.getOpcodeUnit(),
75 makeByte(insn.getA(), insn.getB())));
91 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
93 codeUnit(insn.getOpcodeUnit()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 110 * @param insn {@code non-null;} instruction to scrutinize
114 private static boolean hasLocalInfo(DalvInsn insn) {
115 if (insn instanceof LocalSnapshot) {
116 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals();
123 } else if (insn instanceof LocalStart) {
124 RegisterSpec spec = ((LocalStart) insn).getLocal();
155 for (DalvInsn insn : insns) {
156 addConstants(result, insn);
167 * @param insn {@code non-null;} instruction to scrutinize
170 DalvInsn insn) {
419 DalvInsn insn = insns.get(i); local
458 DalvInsn insn = insns.get(i); local
565 DalvInsn insn = insns.get(i); local
598 DalvInsn insn = insns.get(i); local
661 DalvInsn insn = insns.get(i); local
683 DalvInsn insn = insns.get(i); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Interpreter.java 71 * @param insn the bytecode instruction to be interpreted.
75 Value newOperation(AbstractInsnNode insn) throws AnalyzerException;
84 * @param insn the bytecode instruction to be interpreted.
90 Value copyOperation(AbstractInsnNode insn, Value value)
103 * @param insn the bytecode instruction to be interpreted.
108 Value unaryOperation(AbstractInsnNode insn, Value value)
122 * @param insn the bytecode instruction to be interpreted.
128 Value binaryOperation(AbstractInsnNode insn, Value value1, Value value2)
137 * @param insn the bytecode instruction to be interpreted.
145 AbstractInsnNode insn,
    [all...]

Completed in 1358 milliseconds

1 2 34 5 6 7 8 91011>>