/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 284 int opcode = bs.readByte() & 0xff; local 286 switch (opcode) { 389 if (opcode < DBG_FIRST_SPECIAL) { 391 "Invalid extended opcode encountered " 392 + opcode); 395 int adjopcode = opcode - DBG_FIRST_SPECIAL;
|
DebugInfoEncoder.java | 766 * entry. This will typically be a single special opcode, although 779 int opcode; local 795 opcode = computeOpcode (deltaLines, deltaAddress); 797 if ((opcode & ~0xff) > 0) { 800 opcode = computeOpcode (deltaLines, deltaAddress); 802 if ((opcode & ~0xff) > 0) { 805 opcode = computeOpcode (deltaLines, deltaAddress); 809 output.writeByte(opcode); 821 * Computes a special opcode that will encode the given position change.
|
/external/kernel-headers/original/linux/ |
coda.h | 308 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 330 u_int32_t opcode; member in struct:coda_in_hdr 344 /* Really important that opcode and unique are 1st two fields! */ 346 u_int32_t opcode; member in struct:coda_out_hdr
|
/external/llvm/test/MC/ARM/ |
eh-directive-save.s | 90 @ The assembler should emit 0xB000 unwind opcode. 147 @ The assembler should emit 0xA0 unwind opcode. 203 @ The assembler should emit 0xA8 unwind opcode. 289 @ The assembler should emit 0x8000 unwind opcode. 333 @ Check the order of unwind opcode to pop registers.
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 408 uint32_t opcode, br13, blit_cmd; local 435 opcode = XY_SETUP_BLT_CMD; 437 opcode |= XY_BLT_WRITE_ALPHA | XY_BLT_WRITE_RGB; 440 opcode |= XY_DST_TILED; 453 OUT_BATCH(opcode);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coda.h | 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 326 u_int32_t opcode; member in struct:coda_in_hdr 340 /* Really important that opcode and unique are 1st two fields! */ 342 u_int32_t opcode; member in struct:coda_out_hdr
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda.h | 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 326 u_int32_t opcode; member in struct:coda_in_hdr 340 /* Really important that opcode and unique are 1st two fields! */ 342 u_int32_t opcode; member in struct:coda_out_hdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda.h | 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) 326 u_int32_t opcode; member in struct:coda_in_hdr 340 /* Really important that opcode and unique are 1st two fields! */ 342 u_int32_t opcode; member in struct:coda_out_hdr
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_interface2.c | 55 mm_camera_ops_type_t opcode) 57 switch(opcode) { 249 mm_camera_ops_type_t opcode) 256 /* Temp: We will be translating our new opcode 260 switch (opcode) { 288 CDBG_ERROR("%s: case %d not handled", __func__, opcode); 312 mm_camera_ops_type_t opcode, void *val) 321 rc = mm_camera_action(my_obj, start, opcode, val); 834 uint8_t cam_ops_is_op_supported(int cam_id, mm_camera_ops_type_t opcode) 839 rc = mm_cam->ops->is_op_supported(mm_cam, opcode); [all...] |
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_api.c | 54 #define AVRC_OP_DROP 0xFE /* use this unused opcode to indication no need to call the callback function */ 55 #define AVRC_OP_DROP_N_FREE 0xFD /* use this unused opcode to indication no need to call the callback function & free buffer */ 282 p_msg->hdr.opcode = AVRC_OP_DROP; /* used the p_pkt to send response */ 289 p_msg->hdr.opcode = AVRC_OP_DROP_N_FREE; 365 /* Skip over vendor header (ctype, subunit*, opcode, CO_ID) */ 460 /* 6 = ctype, subunit*, opcode & CO_ID */ 489 else if (p_msg->hdr.opcode == AVRC_OP_DROP) 493 else if (p_msg->hdr.opcode == AVRC_OP_DROP_N_FREE) 527 UINT8 opcode; local 570 opcode = p_data[2] [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 174 brw_math_function(inst->opcode), 187 brw_math2(p, dst, brw_math_function(inst->opcode), src0, src1); 195 int op = brw_math_function(inst->opcode); 223 int op = brw_math_function(inst->opcode); 242 int op = brw_math_function(inst->opcode); 289 switch (inst->opcode) { 331 switch (inst->opcode) { 809 switch (inst->opcode) { 1000 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) { 1001 _mesa_problem(ctx, "Unsupported opcode `%s' in FS" [all...] |
brw_optimize.c | 92 return brw_opcodes[inst->header.opcode].is_arith; 120 if (brw_opcodes[inst->header.opcode].ndst == 0) 139 if (inst->header.opcode == BRW_OPCODE_SEND) { 163 if (brw_opcodes[inst->header.opcode].ndst == 0) 242 if (inst->header.opcode != BRW_OPCODE_SEND || 261 if (inst->header.opcode != BRW_OPCODE_SEND) 297 if (brw_opcodes[inst->header.opcode].nsrc == 0) 305 if (brw_opcodes[inst->header.opcode].nsrc >= 1) { 340 if (brw_opcodes[inst->header.opcode].nsrc >= 2) { 431 if ((!brw_is_predicated(inst) || inst->header.opcode == BRW_OPCODE_SEL) & [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 174 brw_math_function(inst->opcode), 187 brw_math2(p, dst, brw_math_function(inst->opcode), src0, src1); 195 int op = brw_math_function(inst->opcode); 223 int op = brw_math_function(inst->opcode); 242 int op = brw_math_function(inst->opcode); 289 switch (inst->opcode) { 331 switch (inst->opcode) { 809 switch (inst->opcode) { 1000 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) { 1001 _mesa_problem(ctx, "Unsupported opcode `%s' in FS" [all...] |
brw_optimize.c | 92 return brw_opcodes[inst->header.opcode].is_arith; 120 if (brw_opcodes[inst->header.opcode].ndst == 0) 139 if (inst->header.opcode == BRW_OPCODE_SEND) { 163 if (brw_opcodes[inst->header.opcode].ndst == 0) 242 if (inst->header.opcode != BRW_OPCODE_SEND || 261 if (inst->header.opcode != BRW_OPCODE_SEND) 297 if (brw_opcodes[inst->header.opcode].nsrc == 0) 305 if (brw_opcodes[inst->header.opcode].nsrc >= 1) { 340 if (brw_opcodes[inst->header.opcode].nsrc >= 2) { 431 if ((!brw_is_predicated(inst) || inst->header.opcode == BRW_OPCODE_SEL) & [all...] |
/hardware/broadcom/libbt/src/ |
hardware.c | 585 uint16_t opcode; local 595 STREAM_TO_UINT16(opcode,p); 697 (opcode == HCI_VSC_LAUNCH_RAM)) 706 STREAM_TO_UINT16(opcode,p); 707 is_proceeding = bt_vendor_cbacks->xmit_cb(opcode, \ 910 uint16_t opcode; local 914 STREAM_TO_UINT16(opcode,p); 921 if (opcode == HCI_VSC_WRITE_SCO_PCM_INT_PARAM) 1253 uint16_t opcode; local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoEncoder.java | 766 * entry. This will typically be a single special opcode, although 779 int opcode; local 795 opcode = computeOpcode (deltaLines, deltaAddress); 797 if ((opcode & ~0xff) > 0) { 800 opcode = computeOpcode (deltaLines, deltaAddress); 802 if ((opcode & ~0xff) > 0) { 805 opcode = computeOpcode (deltaLines, deltaAddress); 809 output.writeByte(opcode); 821 * Computes a special opcode that will encode the given position change.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 774 * entry. This will typically be a single special opcode, although 787 int opcode; local 803 opcode = computeOpcode (deltaLines, deltaAddress); 805 if ((opcode & ~0xff) > 0) { 808 opcode = computeOpcode (deltaLines, deltaAddress); 810 if ((opcode & ~0xff) > 0) { 813 opcode = computeOpcode (deltaLines, deltaAddress); 817 output.writeByte(opcode); 829 * Computes a special opcode that will encode the given position change.
|
/external/compiler-rt/lib/msandr/ |
msandr.cc | 418 dr_printf("opcode: %d\n", instr_get_opcode(instr)); 423 int opcode = instr_get_opcode(i); local 424 if (opcode == OP_ret || opcode == OP_ret_far) { 435 if (opcode == OP_call_ind || opcode == OP_call_far_ind || 436 opcode == OP_jmp_ind || opcode == OP_jmp_far_ind) { 447 dr_printf("+%d -> to be instrumented! [opcode=%d, flags = 0x%08X]\n",
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.cpp | 241 uint8_t opcode = debug_line_data.getU8(offset_ptr); local 243 if (opcode == 0) { 244 // Extended Opcodes always start with a zero opcode followed by 315 // Length doesn't include the zero opcode byte or the length itself, but 320 } else if (opcode < prologue->OpcodeBase) { 321 switch (opcode) { 371 // opcode 255. The motivation for DW_LNS_const_add_pc is this: 373 // small amount, it can use a single special opcode, which occupies 375 // twice the range of the last special opcode, it can use 376 // DW_LNS_const_add_pc followed by a special opcode, for a tota [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmAnalyzer.java | 634 public void visitFieldInsn(int opcode, String owner, String name, String desc) { 652 public void visitInsn(int opcode) { 657 public void visitIntInsn(int opcode, int operand) { 662 public void visitJumpInsn(int opcode, Label label) { 706 public void visitMethodInsn(int opcode, String owner, String name, String desc) { 745 public void visitTypeInsn(int opcode, String type) { 752 public void visitVarInsn(int opcode, int var) {
|
DependencyFinder.java | 529 public void visitFieldInsn(int opcode, String owner, String name, String desc) { 546 public void visitInsn(int opcode) { 551 public void visitIntInsn(int opcode, int operand) { 556 public void visitJumpInsn(int opcode, Label label) { 600 public void visitMethodInsn(int opcode, String owner, String name, String desc) { 641 public void visitTypeInsn(int opcode, String type) { 648 public void visitVarInsn(int opcode, int var) {
|
/dalvik/vm/interp/ |
Jit.cpp | 232 addr, offset, dexGetOpcodeName(decInsn->opcode)); 274 // shadowSpace->traceLength, dexGetOpcodeName(decInsn.opcode)); 684 dexGetOpcodeName(decInsn.opcode),(int)dpc); 685 dpc += dexGetWidthFromOpcode(decInsn.opcode); 745 if ((nextDecInsn.opcode != OP_MOVE_RESULT) && 746 (nextDecInsn.opcode != OP_MOVE_RESULT_WIDE) && 747 (nextDecInsn.opcode != OP_MOVE_RESULT_OBJECT)) 802 /* Only add JIT support opcode to trace. End the trace if 803 * this opcode is not supported. 805 if (!dvmIsOpcodeSupportedByJit(decInsn.opcode)) { [all...] |
/external/openssh/ |
readconf.c | 145 OpCodes opcode; member in struct:__anon24069 339 return keywords[i].opcode; 360 int negated, opcode, *intptr, value, value2, scale; local 383 opcode = parse_token(keyword, filename, linenum); 385 switch (opcode) { 772 if (opcode == oLocalForward || 773 opcode == oRemoteForward) { 781 } else if (opcode == oDynamicForward) { 786 opcode == oDynamicForward ? 1 : 0, 787 opcode == oRemoteForward ? 1 : 0) == 0 [all...] |
/external/valgrind/main/VEX/priv/ |
guest_s390_helpers.c | 853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ 856 opcode " %[op1],%[op2]\n\t" \ 863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ 871 opcode " %[op1],%[op2]\n\t" /* then redo the op */\ 878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ 886 opcode " %[op1],%[op2]\n\t" /* then redo the op */\ 894 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \ 897 opcode " 0,%[op]\n\t" \ 916 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \ 919 opcode " 0,0,%[op]\n\t" [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te.S | 165 * Put the instruction's opcode field into the specified register. 170 * Put the prefetched instruction's opcode field into the specified register. 175 * Begin executing the opcode in _reg. Because this only jumps within the 316 GET_INST_OPCODE(ip) @ extract opcode from rINST 364 GET_INST_OPCODE(ip) @ ip<- opcode from rINST 388 GET_INST_OPCODE(ip) @ ip<- opcode from rINST 402 GET_INST_OPCODE(ip) @ extract opcode from rINST 416 GET_INST_OPCODE(ip) @ extract opcode from rINST 434 GET_INST_OPCODE(ip) @ extract opcode from rINST 449 GET_INST_OPCODE(ip) @ extract opcode from rINS [all...] |