/external/llvm/test/MC/ARM/ |
eh-directive-pad.s | 36 @ The assembler should emit nothing (will be filled up with finish opcode).
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_optimize.c | 73 reader_data->Writer->U.I.PreSub.Opcode, 93 (inst->U.I.Opcode == RC_OPCODE_TEX || 94 inst->U.I.Opcode == RC_OPCODE_TXB || 95 inst->U.I.Opcode == RC_OPCODE_TXP || 96 inst->U.I.Opcode == RC_OPCODE_TXD || 97 inst->U.I.Opcode == RC_OPCODE_TXL || 98 inst->U.I.Opcode == RC_OPCODE_KIL)){ 217 inst->U.I.Opcode = RC_OPCODE_MUL; 224 inst->U.I.Opcode = RC_OPCODE_ADD; 230 inst->U.I.Opcode = RC_OPCODE_MOV 311 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_send.py | 188 print '/* If the size and opcode values are known at compile-time, this will, on' 409 print '%s( unsigned opcode, unsigned dim, %s )' % (func.name, func.get_parameter_string()) 847 opcode = "opcode" 849 opcode = f.opcode_real_name() 851 print 'emit_header(gc->pc, %s, cmdlen);' % (opcode) 861 self.large_emit_begin(f, opcode) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.cpp | 95 switch (inst->opcode) {
|
brw_shader.cpp | 274 brw_math_function(enum opcode op)
|
brw_urb.c | 231 uf.header.opcode = CMD_URB_FENCE;
|
/external/proguard/src/proguard/evaluation/ |
BasicInvocationUnit.java | 142 switch (constantInstruction.opcode)
|
/external/tcpdump/ |
print-smb.c | 1093 int name_trn_id, response, opcode, nm_flags, rcode; local 1102 opcode = (data[2] >> 3) & 0xF; 1119 switch (opcode) { 1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount, [all...] |
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
ll.S | 49 # eieio # coolest opcode of all time ;)
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bcmevent.h | 329 uint8 opcode; /* see I/F opcode */ member in struct:wl_event_data_if 335 /* opcode in WLC_E_IF event */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 381 __u32 opcode; member in struct:fuse_in_header
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 381 __u32 opcode; member in struct:fuse_in_header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 381 __u32 opcode; member in struct:fuse_in_header
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.h | 90 virtual void dataProcessing(int opcode, int cc, int s,
|
GGLAssembler.cpp | 818 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local 819 if (opcode == GGL_COPY) 831 switch(opcode) { 962 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local [all...] |
/system/core/libpixelflinger/ |
picker.cpp | 109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP);
|
/dalvik/vm/mterp/armv5te/ |
footer.S | 270 GET_INST_OPCODE(ip) @ extract opcode from rINST 389 GET_INST_OPCODE(ip) @ extract opcode from rINST 609 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 617 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 672 GET_INST_OPCODE(ip) @ extract opcode from rINST 776 GET_INST_OPCODE(ip) @ extract opcode from rINST 779 GET_INST_OPCODE(ip) @ extract opcode from rINST [all...] |
/art/runtime/ |
dex_file.cc | 721 uint8_t opcode = *stream++; local 727 switch (opcode) { 750 if (opcode == DBG_START_LOCAL_EXTENDED) { 760 if (opcode == DBG_START_LOCAL_EXTENDED) { 811 int adjopcode = opcode - DBG_FIRST_SPECIAL; [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
Dops.java | 54 * pseudo-opcode used for nonstandard formatted "instructions" 62 // BEGIN(dops); GENERATED AUTOMATICALLY BY opcode-gen [all...] |
/dalvik/vm/compiler/codegen/x86/ |
CodegenInterface.cpp | 159 /* "0xFF 0xFF" is an invalid opcode for x86. */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.c | 55 result is required to be in the w slot, the opcode above may be 361 unsigned opcode = TGSI_OPCODE_BRK; local 363 ctx->inst_info = &cm_shader_tgsi_instruction[opcode]; 365 ctx->inst_info = &eg_shader_tgsi_instruction[opcode]; 367 ctx->inst_info = &r600_shader_tgsi_instruction[opcode]; 412 unsigned opcode = TGSI_OPCODE_CONT; local 415 &cm_shader_tgsi_instruction[opcode]; 418 &eg_shader_tgsi_instruction[opcode]; 421 &r600_shader_tgsi_instruction[opcode]; 1173 unsigned opcode; local 3762 int opcode; local [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | 55 result is required to be in the w slot, the opcode above may be 361 unsigned opcode = TGSI_OPCODE_BRK; local 363 ctx->inst_info = &cm_shader_tgsi_instruction[opcode]; 365 ctx->inst_info = &eg_shader_tgsi_instruction[opcode]; 367 ctx->inst_info = &r600_shader_tgsi_instruction[opcode]; 412 unsigned opcode = TGSI_OPCODE_CONT; local 415 &cm_shader_tgsi_instruction[opcode]; 418 &eg_shader_tgsi_instruction[opcode]; 421 &r600_shader_tgsi_instruction[opcode]; 1173 unsigned opcode; local 3762 int opcode; local [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 84 Normally, to add an opcode/instruction, one only need to copy the whole 104 3. Fill out the mnemonic, opcode parameters parts 138 - a mapping between a hash value and an opcode description record for a given 142 The EncoderBase::opcodesHashMap is used for fast opcode selection basing on 156 As a grand total, the the whole operand's info needed for opcode selection 197 between a hash code value and opcode position for each given instruction. 199 Sounds a bit sophisticated, but in real is simple, the opcode gets selected 205 means 'invalid hash - no opcode with given characteristics' 242 The preparation is that opcode descriptions from the 'master' encoding table 244 First, the 'raw' opcode bytes are extracted. Here, 'raw' means the bytes tha [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 153 // in modR/M, SIB, and opcode bytes. 276 // in modR/M, SIB, and opcode bytes. 631 // One byte opcode for test eax,0xXXXXXXXX. 633 // One byte opcode for test al, 0xXX. 635 // One byte opcode for nop. [all...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/ |
bcel-2.0.1.jar | |