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

<<31323334353637383940>>

  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 145 p_out->opcode = HCI_BLE_ENCRYPT;
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 929 mDNSu8 opcode; variable
935 mDNSu8 opcode; variable
944 mDNSu8 opcode; variable
954 mDNSu8 opcode; variable
    [all...]
uDNS.c 432 u.NATPortReq.opcode = info->Protocol;
    [all...]
  /external/qemu/
ppc-dis.c 24 /* ppc.h -- Header file for PowerPC opcode table
45 /* The opcode table is an array of struct powerpc_opcode. */
49 /* The opcode name. */
52 /* The opcode itself. Those bits which will be filled in with
54 unsigned long opcode; member in struct:powerpc_opcode
56 /* The opcode mask. This is used by the disassembler. This is a
58 opcode field, and zeroes indicating those bits which need not
62 /* One bit flags for the opcode. These are used to indicate which
73 /* The table itself is sorted by major opcode number, and is otherwise
81 /* Opcode is defined for the PowerPC architecture. *
5250 const struct powerpc_opcode *opcode; local
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 349 if (other->opcode() != opcode()) return false;
364 intptr_t result = opcode();
374 switch (opcode()) {
    [all...]
hydrogen-instructions.h 220 virtual Opcode opcode() const { return HValue::k##type; }
553 enum Opcode {
560 virtual Opcode opcode() const = 0;
564 bool Is##type() const { return opcode() == k##type; }
567 bool IsPhi() const { return opcode() == kPhi; }
2322 virtual Opcode opcode() const { return HValue::kPhi; } function in class:v8::HPhi
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 504 public void glLogicOp(int opcode) {
506 mgl.glLogicOp(opcode);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 648 int opcode
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 416 int opcode
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 90 virtual void dataProcessing(int opcode, int cc, int s,
432 // opcode field of all instructions
453 // func field for special opcode
473 // func field for spec2 opcode
482 // func field for spec3 opcode
texturing.cpp 235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
236 switch(opcode) {
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 5412 uint32_t opcode = Assembler::GetOpcodeField(instr); local
    [all...]
macro-assembler-mips.h 450 uint32_t opcode = ((instr & kOpcodeMask)); local
457 bool sllzz = (opcode == SLL &&
    [all...]
  /external/elfutils/libcpu/
i386_data.h 797 uint_fast8_t opcode = d->data[d->opoff2 / 8]; local
800 if ((opcode & 2) != 0)
1195 /* Special form where register comes from opcode. The rex.B bit is used,
1286 /* Special form where register comes from opcode. The rex.B bit is used,
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 424 public void glLogicOp(int opcode) {
425 ((GL10)mGL).glLogicOp(opcode);
  /system/core/sdcard/
sdcard.c 1040 switch (hdr->opcode) {
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 2004 u1 opcode = *(data++); local
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 576 void glLogicOp(GLenum opcode)
578 getDispatch()->glLogicOp(opcode);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 94 UINT16 opcode; member in struct:__anon3224
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 28 public abstract class CodeGen extends Visitor implements Opcode, TokenId {
61 protected abstract boolean doit(Bytecode b, int opcode);
294 bytecode.addOpcode(Opcode.RETURN);
396 bytecode.addOpcode(Opcode.GOTO);
423 bytecode.addOpcode(Opcode.GOTO);
485 bytecode.addOpcode(Opcode.GOTO);
579 bytecode.addOpcode(Opcode.GOTO);
595 op = Opcode.RETURN;
657 protected boolean doit(Bytecode b, int opcode) {
673 bc.addOpcode(Opcode.GOTO)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 236 unsigned opcode, ///< The opcode of the second cast instruction
246 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1254 milliseconds

<<31323334353637383940>>