HomeSort by relevance Sort by last modified time
    Searched defs:get_opcode (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
mmix-dis.c 146 get_opcode (unsigned long insn) function
272 opcodep = get_opcode (insn);
  /external/mesa3d/src/compiler/glsl/
ir.cpp 1305 ir_texture::get_opcode(const char *str) function in class:ir_texture
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
libhppa.h 380 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
465 enum hppa_opcode_type op = (enum hppa_opcode_type) get_opcode (insn);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c 758 get_opcode (int *code, enum addressing_mode *mode, char *flags, char *mnem) function
1070 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0)
    [all...]
  /external/curl/tests/python_dependencies/impacket/
nmb.py 334 def get_opcode(self): member in class:NetBIOSPacket
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 559 static UInt get_opcode(UInt mipsins) function
727 UInt opcode = get_opcode(cins);
793 UInt opcode = get_opcode(cins);
823 UInt opcode = get_opcode(cins);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 512 unsigned get_opcode(unsigned op,
653 op = get_opcode(op, dst, src0, src1);
888 glsl_to_tgsi_visitor::get_opcode(unsigned op, function in class:glsl_to_tgsi_visitor
    [all...]

Completed in 1276 milliseconds