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

<<21222324252627282930>>

  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 165 * Gets the return opcode encountered, if any.
167 * @return {@code null-ok;} the return opcode
281 public void run(Frame frame, int offset, int opcode) {
283 * This is the stack pointer after the opcode's arguments have been
289 RegisterSpecList sources = getSources(opcode, stackPointer);
292 super.run(frame, offset, opcode);
295 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE);
301 switch (opcode) {
362 if (opcode == ByteOps.MULTIANEWARRAY) {
460 opcode = ByteOps.CHECKCAST
    [all...]
ValueAwareMachine.java 41 public void run(Frame frame, int offset, int opcode) {
42 switch (opcode) {
193 Hex.u1(opcode));
ByteOps.java 23 * opcode level.
26 // one constant per opcode
313 /** mask for the bits representing the opcode format */
624 * Gets the name of the given opcode.
626 * @param opcode {@code >= 0, <= 255;} the opcode
629 public static String opName(int opcode) {
630 String result = OPCODE_NAMES[opcode];
633 result = "unused_" + Hex.u1(opcode);
634 OPCODE_NAMES[opcode] = result
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 31 import javassist.bytecode.Opcode;
85 public class Analyzer implements Opcode {
182 int opcode = iter.byteAt(pos); local
184 if (opcode == TABLESWITCH) {
186 } else if (opcode == LOOKUPSWITCH) {
188 } else if (opcode == RET) {
190 } else if (Util.isJumpInstruction(opcode)) {
193 if (Util.isJsr(opcode)) {
196 } else if (! Util.isGoto(opcode)) {
201 } else if (opcode != ATHROW && ! Util.isReturn(opcode))
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 252 byte opcode;
260 opcode = InstructionConstants.OP_ISTORE;
264 opcode = InstructionConstants.OP_LSTORE;
268 opcode = InstructionConstants.OP_FSTORE;
272 opcode = InstructionConstants.OP_DSTORE;
276 opcode = InstructionConstants.OP_ASTORE;
281 new VariableInstruction(opcode, variableOffset + parameterOffset + parameterIndex).shrink());
332 switch (simpleInstruction.opcode)
382 switch (constantInstruction.opcode)
  /external/openssl/crypto/perlasm/
x86masm.pl 14 { my ($opcode,@arg)=@_;
19 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no []
20 { $opcode="mov"; }
21 elsif ($opcode !~ /movq/)
27 &::emit($opcode,@arg);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
OdexedFieldInstructionMapper.java 31 import org.jf.dexlib.Code.Opcode;
34 private static Opcode[][][][] opcodeMap = new Opcode[][][][] {
36 new Opcode[][][] {
38 new Opcode[][] {
40 new Opcode[] {
41 /*Z*/ Opcode.IGET_QUICK,
42 /*B*/ Opcode.IGET_QUICK,
43 /*S*/ Opcode.IGET_QUICK,
44 /*C*/ Opcode.IGET_QUICK
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNode.h 148 #define DFG_OP_ENUM(opcode, flags) opcode##_id,
156 #define DFG_OP_ENUM(opcode, flags) opcode = opcode##_id | (flags),
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 125 * @return the Rop opcode for this insn
218 Rop opcode = getOpcode(); local
220 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
227 switch (opcode.getOpcode()) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java 125 * @return the Rop opcode for this insn
218 Rop opcode = getOpcode(); local
220 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
227 switch (opcode.getOpcode()) {
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 49 bool isPlaceHolderOpcode(unsigned opcode) const;
50 bool isReductionOp(unsigned opcode) const;
51 bool isCubeOp(unsigned opcode) const;
53 /// \returns true if this \p Opcode represents an ALU instruction.
54 bool isALUInstr(unsigned Opcode) const;
67 virtual bool isMov(unsigned Opcode) const;
158 unsigned Opcode,
173 /// \brief Get the index of \p Op for the given Opcode.
176 int getOperandIdx(unsigned Opcode, R600Operands::Ops Op) const;
  /hardware/libhardware/include/hardware/
bluetooth.h 318 typedef void (*dut_mode_recv_callback)(uint16_t opcode, uint8_t *buf, uint8_t len);
449 int (*dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len);
451 /* opcode MUST be one of: LE_Receiver_Test, LE_Transmitter_Test, LE_Test_End */
452 int (*le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len);
  /dalvik/vm/compiler/codegen/arm/FP/
Thumb2VFP.cpp 28 switch (mir->dalvikInsn.opcode) {
70 switch (mir->dalvikInsn.opcode) {
113 Opcode opcode = mir->dalvikInsn.opcode; local
122 switch (opcode) {
218 switch(mir->dalvikInsn.opcode) {
  /dalvik/vm/mterp/armv5te/
OP_AGET.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_APUT.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_APUT_OBJECT.S 18 bcc .L${opcode}_finish @ we're okay, continue on
28 .L${opcode}_finish:
30 beq .L${opcode}_skip_check @ yes, skip type checks
35 beq .L${opcode}_throw @ no
40 GET_INST_OPCODE(ip) @ extract opcode from rINST
44 .L${opcode}_skip_check:
47 GET_INST_OPCODE(ip) @ extract opcode from rINST
49 .L${opcode}_throw:
OP_IPUT_OBJECT_QUICK.S 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_IPUT_WIDE_QUICK.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_MUL_LONG_2ADDR.S 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_NEW_ARRAY.S 22 bne .L${opcode}_finish @ resolved, continue
23 b .L${opcode}_resolve @ do resolve now
33 .L${opcode}_resolve:
43 @ fall through to ${opcode}_finish
51 .L${opcode}_finish:
59 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_PACKED_SWITCH.S 34 GET_INST_OPCODE(ip) @ extract opcode from rINST
bincmp.S 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
binopWide.S 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
binopWide2addr.S 32 GET_INST_OPCODE(ip) @ extract opcode from rINST
zcmp.S 26 GET_INST_OPCODE(ip) @ extract opcode from rINST

Completed in 2044 milliseconds

<<21222324252627282930>>