HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 1226 - 1250 of 1512) sorted by null

<<41424344454647484950>>

  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 188 switch (instr->opcode()) {
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 190 #define NFC_HAL_BT_HCI_CMD_HDR_SIZE 3 /* opcode (2) + length (1) */
241 UINT16 opcode; member in struct:__anon20494
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 133 unsigned opcode, unsigned offset_base)
142 block->pm4[block->pm4_ndwords++] = PKT3(opcode, n, 0);
185 unsigned opcode, unsigned offset_base)
234 r600_init_block(ctx, block, reg, i, n, opcode, offset_base);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 278 switch (inst->opcode) {
brw_wm_pass0.c 318 GLuint nr_args = brw_wm_nr_args(inst->Opcode);
323 out->opcode = inst->Opcode;
426 switch (inst->Opcode) {
  /external/mesa3d/src/mesa/program/
program_lexer.l 63 #define return_opcode(condition, token, opcode, len) \
69 yylval->temp_inst.Opcode = OPCODE_ ## opcode; \
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 77 switch (instruction.opcode) {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 69 writer.write("#unknown opcode: 0x");
238 writer.write(instruction.opcode.name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 358 const char * p_section (int section, int opcode) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 358 const char * p_section (int section, int opcode) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 358 const char * p_section (int section, int opcode) __THROW;
  /system/core/include/pixelflinger/
pixelflinger.h 292 void (*logicOp)(void* c, GGLenum opcode);
  /system/core/sdcard/
fuse.h 538 __u32 opcode; member in struct:fuse_in_header
  /art/runtime/verifier/
method_verifier.cc 390 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK);
497 Instruction::Code opcode = inst->Opcode(); local
498 if (opcode == Instruction::NEW_INSTANCE) {
500 } else if (opcode == Instruction::MONITOR_ENTER) {
502 } else if (opcode == Instruction::CHECK_CAST) {
504 } else if ((inst->Opcode() == Instruction::INVOKE_VIRTUAL) ||
505 (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) ||
506 (inst->Opcode() == Instruction::INVOKE_INTERFACE) ||
507 (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE))
2768 Instruction::Code opcode = ret_inst->Opcode(); local
3793 Instruction::Code opcode = ret_inst->Opcode(); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 226 Rop opcode = defInsn.getOpcode(); local
228 // opcode == null for phi insns.
229 if (opcode != null && opcode.getOpcode() == RegOps.MOVE_PARAM) {
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 333 tBTA_STATUS BTA_DmVendorSpecificCommand (UINT16 opcode, UINT8 param_len,
352 p_msg->opcode = opcode;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 588 instruction.Opcode = TGSI_OPCODE_MOV;
601 tgsi_build_instruction(unsigned opcode,
610 assert (opcode <= TGSI_OPCODE_LAST);
616 instruction.Opcode = opcode;
979 *instruction = tgsi_build_instruction(full_inst->Instruction.Opcode,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.pl 77 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
80 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 222 Rop opcode = defInsn.getOpcode(); local
224 // opcode == null for phi insns.
225 if (opcode != null && opcode.getOpcode() == RegOps.MOVE_PARAM) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 588 instruction.Opcode = TGSI_OPCODE_MOV;
601 tgsi_build_instruction(unsigned opcode,
610 assert (opcode <= TGSI_OPCODE_LAST);
616 instruction.Opcode = opcode;
979 *instruction = tgsi_build_instruction(full_inst->Instruction.Opcode,
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 77 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
80 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java     [all...]
  /external/valgrind/main/perf/
tinycc.c 15020 uint16_t opcode; member in struct:ASMInstr
17665 int opcode; local
    [all...]

Completed in 1012 milliseconds

<<41424344454647484950>>