HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 626 - 650 of 681) sorted by null

<<2122232425262728

  /external/llvm/lib/VMCore/
Constants.cpp 1289 Instruction::CastOps opcode = local
    [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/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/ui/
GLStub.java 416 int opcode
  /external/bluetooth/bluez/src/
attrib-server.c 162 static uint8_t att_check_reqs(struct gatt_channel *channel, uint8_t opcode,
176 switch (opcode) {
  /dalvik/libdex/
DexSwapVerify.cpp 2004 u1 opcode = *(data++); local
    [all...]
  /external/v8/src/
objects.cc 6386 Translation::Opcode opcode = local
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 576 void glLogicOp(GLenum opcode)
578 getDispatch()->glLogicOp(opcode);
    [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 232 unsigned opcode, ///< The opcode of the second cast instruction
242 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
236 switch(opcode) {
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 699 GL_API void GL_APIENTRY glLogicOp (GLenum opcode);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
DummyGLfuncs.cpp 114 void GLAPIENTRY dummy_glLogicOp(GLenum opcode){}
DummyGLfuncs.h 121 void GLAPIENTRY dummy_glLogicOp(GLenum opcode);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 699 GL_API void GL_APIENTRY glLogicOp (GLenum opcode);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 148 static void (GLAPIENTRY *glLogicOp) (GLenum opcode);
  /external/dnsmasq/src/
forward.c 401 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
  /frameworks/base/opengl/include/GLES/
gl.h 699 GL_API void GL_APIENTRY glLogicOp (GLenum opcode);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 645 // C function void glLogicOp ( GLenum opcode )
648 int opcode
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 532 GLAPI void APIENTRY glLogicOp (GLenum opcode);

Completed in 1694 milliseconds

<<2122232425262728