| /external/proguard/src/proguard/optimize/evaluation/ |
| EvaluationShrinker.java | 200 if (instruction.opcode == InstructionConstants.OP_GOTO && 483 switch (constantInstruction.opcode) 566 switch (simpleInstruction.opcode) 618 if (variableInstruction.opcode < InstructionConstants.OP_ISTORE) 632 if (constantInstruction.opcode == InstructionConstants.OP_NEW) 646 if (branchInstruction.opcode == InstructionConstants.OP_JSR || 647 branchInstruction.opcode == InstructionConstants.OP_JSR_W) [all...] |
| /dalvik/vm/compiler/codegen/arm/ |
| ArmLIR.h | 311 #define isPseudoOpcode(opcode) ((int)(opcode) < 0) 644 /* Bit flags describing the behavior of each native opcode */ 735 ArmOpcode opcode; member in struct:ArmEncodingMap 765 ArmOpcode opcode; member in struct:ArmLIR [all...] |
| /dalvik/vm/compiler/codegen/arm/armv7-a-neon/ |
| MethodCodegenDriver.cpp | 125 Opcode dalvikOpcode = mir->dalvikInsn.opcode; 142 Opcode dalvikOpcode = mir->dalvikInsn.opcode; 252 labelList[blockId].opcode = kArmPseudoNormalBlockLabel; 283 Opcode dalvikOpcode = mir->dalvikInsn.opcode; 400 ALOGE("%#06x: Opcode %#x (%s) / Fmt %d not handled",
|
| /dalvik/vm/compiler/codegen/mips/ |
| Assemble.cpp | 29 * opcode: MipsOpCode enum 30 * skeleton: pre-designated bit-pattern for this opcode 44 #define ENCODING_MAP(opcode, skeleton, k0, ds, de, k1, s1s, s1e, k2, s2s, s2e, \ 47 {k3, k3s, k3e}}, opcode, flags, name, fmt, size} 443 if (lir->opcode < 0) { 452 if (lir->opcode == kMipsB || lir->opcode == kMipsBal) { 466 } else if (lir->opcode >= kMipsBeqz && lir->opcode <= kMipsBnez) { 480 } else if (lir->opcode == kMipsBeq || lir->opcode == kMipsBne) [all...] |
| /device/lge/mako/camera/mm-camera-interface/ |
| mm_camera_interface2.h | 292 uint8_t (*is_op_supported)(mm_camera_t * camera, mm_camera_ops_type_t opcode); 295 mm_camera_ops_type_t opcode, void *val); 470 uint8_t cam_ops_is_op_supported(int cam_id, mm_camera_ops_type_t opcode); 473 mm_camera_ops_type_t opcode, void *val);
|
| /external/javassist/src/test/test/javassist/bytecode/analysis/ |
| AnalyzerTest.java | 15 import javassist.bytecode.Opcode; 74 int pos = findOpcode(info, Opcode.RETURN); 79 private static int findOpcode(MethodInfo info, int opcode) throws BadBytecode { 86 if (iter.byteAt(pos) == opcode) 101 if (iter.byteAt(pos) == Opcode.ARETURN) 121 if (iter.byteAt(pos) == Opcode.AALOAD) 142 private static void addJump(Bytecode code, int opcode, int pos) { 144 code.addOpcode(opcode); 204 /* 1 */ addJump(code, Opcode.GOTO, 5); 208 /* 9 */ code.addOpcode(Opcode.ARETURN) [all...] |
| ScannerTest.java | 13 import javassist.bytecode.Opcode; 118 /* 12 */ addJump(code, Opcode.GOTO, 125); 122 /* 20 */ addJump(code, Opcode.GOTO, 125); 124 /* 25 */ addJump(code, Opcode.JSR, 31); 126 /* 30 */ code.addOpcode(Opcode.ATHROW); 130 /* 33 */ code.addOpcode(Opcode.LOOKUPSWITCH); 139 /* 66 */ addJump(code, Opcode.GOTO, 111); 141 /* 71 */ addJump(code, Opcode.JSR, 77); 143 /* 76 */ code.add(Opcode.ATHROW); 148 /* 85 */ addJump(code, Opcode.GOTO, 106) [all...] |
| /external/proguard/src/proguard/classfile/editor/ |
| VariableRemapper.java | 135 new VariableInstruction(variableInstruction.opcode,
|
| /external/proguard/src/proguard/optimize/ |
| DuplicateInitializerInvocationFixer.java | 103 if (constantInstruction.opcode == InstructionConstants.OP_INVOKESPECIAL)
|
| /external/tcpdump/ |
| print-eigrp.c | 43 u_int8_t opcode; member in struct:eigrp_common_header 247 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode), 257 printf("\n\tEIGRP v%u, opcode: %s (%u), chksum: 0x%04x, Flags: [%s]\n\tseq: 0x%08x, ack: 0x%08x, AS: %u, length: %u", 259 tok2str(eigrp_opcode_values, "unknown, type: %u",eigrp_com_header->opcode), 260 eigrp_com_header->opcode,
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| coda_psdev.h | 63 int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| coda_psdev.h | 63 int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| coda_psdev.h | 63 int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
|
| /external/bluetooth/bluedroid/stack/gatt/ |
| gatt_cl.c | 33 #define GATT_WRITE_LONG_HDR_SIZE 5 /* 1 opcode + 2 handle + 2 offset */ 486 void gatt_proc_disc_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 opcode, 491 GATT_TRACE_DEBUG2("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode); 493 switch (opcode) 506 GATT_TRACE_ERROR1("Incorrect discovery opcode %04x", opcode); 526 UINT8 opcode, reason, * p= p_data; local 531 STREAM_TO_UINT8(opcode, p); 537 gatt_proc_disc_error_rsp(p_tcb, p_clcb, opcode, handle, reason); 543 (opcode == GATT_REQ_PREPARE_WRITE) & [all...] |
| /external/javassist/src/main/javassist/bytecode/ |
| CodeIterator.java | 34 public class CodeIterator implements Opcode { 174 * (not the operand following the current opcode). 733 * Calculates the index of the next opcode. 738 int opcode; local 740 opcode = code[index] & 0xff; 743 throw new BadBytecode("invalid opcode address"); 747 int len = opcodeLength[opcode]; 750 else if (opcode == WIDE) 757 if (opcode == LOOKUPSWITCH) { 761 else if (opcode == TABLESWITCH) 1413 int opcode(int op) { method in class:CodeIterator.If16 [all...] |
| /external/llvm/lib/Target/MBlaze/Disassembler/ |
| MBlazeDisassembler.cpp | 462 unsigned opcode = mblazeBinary2Opcode[ (insn>>26)&0x3F ]; local 463 switch (opcode) { 488 default: return opcode; 517 // Get the MCInst opcode from the binary instruction and make sure 519 unsigned opcode = getOPCODE(insn); local 520 if (opcode == UNSUPPORTED) 523 instr.setOpcode(opcode); 530 uint64_t tsFlags = MBlazeInsts[opcode].TSFlags; 562 switch (opcode) { 592 switch (opcode) { [all...] |
| /external/v8/src/mips/ |
| assembler-mips.h | 535 // Takes a branch opcode (cc) and a label (L) and generates 595 // Difference between address of current opcode and target address offset. 627 // Difference between address of current opcode and value read from pc [all...] |
| /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
| common.py | 151 def is_control_opcode(opcode): 152 return (opcode >> 3) == 1
|
| /external/proguard/src/proguard/evaluation/ |
| Processor.java | 79 switch (simpleInstruction.opcode) 550 throw new IllegalArgumentException("Unknown simple instruction ["+simpleInstruction.opcode+"]"); 559 switch (constantInstruction.opcode) 629 throw new IllegalArgumentException("Unknown constant pool instruction ["+constantInstruction.opcode+"]"); 638 switch (variableInstruction.opcode) 741 throw new IllegalArgumentException("Unknown variable instruction ["+variableInstruction.opcode+"]"); 750 switch (branchInstruction.opcode) [all...] |
| /external/regex-re2/re2/testing/ |
| backtrack.cc | 166 switch (ip->opcode()) { 168 LOG(FATAL) << "Unexpected opcode: " << (int)ip->opcode();
|
| /system/core/libpixelflinger/ |
| pixelflinger.cpp | 580 static void ggl_logicOp(void* con, GGLenum opcode) 583 if ((opcode < GGL_CLEAR) || (opcode > GGL_SET)) { 587 if (c->state.logic_op.opcode != opcode) { 588 c->state.logic_op.opcode = opcode; 801 c->state.logic_op.opcode = GGL_COPY;
|
| /external/robolectric/lib/test/ |
| mockito-core-1.8.5.jar | |
| /external/llvm/utils/TableGen/ |
| X86DisassemblerTables.cpp | 266 /// to an opcode modifier type. 656 uint8_t opcode) { 686 errs() << "Opcode " << (uint16_t)opcode << "\n"; 699 uint8_t opcode, 712 setTableFields(decision.opcodeDecisions[index].modRMDecisions[opcode], 715 opcode);
|
| /external/valgrind/main/VEX/priv/ |
| guest_mips_toIR.c | 462 UInt opcode = get_opcode(cins); local 467 if (opcode == 0x07 || opcode == 0x06 || opcode == 0x05 || opcode == 0x04 468 || opcode == 0x03 || opcode == 0x02) { 473 if (opcode == 0x01 && rt == 0x01) { 478 if (opcode == 0x01 && rt == 0x11) { 483 if (opcode == 0x01 && rt == 0x10) 517 UInt opcode = get_opcode(cins); local 547 UInt opcode = get_opcode(cins); local 1201 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function, local [all...] |
| /external/openssl/crypto/aes/asm/ |
| aesni-sha1-x86_64.pl | 121 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; 124 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n"; 1220 local *opcode=shift; 1226 push @opcode,$rex|0x40 if($rex); 1231 my @opcode=(0x66); 1238 rex(\@opcode,$3,$2); 1239 push @opcode,0x0f,0x38,$opcodelet{$1}; 1240 push @opcode,0xc0|($2&7)|(($3&7)<<3); # ModR/M 1241 return ".byte\t".join(',',@opcode); [all...] |