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

  /toolchain/binutils/binutils-2.25/bfd/
libhppa.h 380 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
465 enum hppa_opcode_type op = get_opcode (insn);
  /toolchain/binutils/binutils-2.25/opcodes/
mmix-dis.c 146 get_opcode (unsigned long insn) function
272 opcodep = get_opcode (insn);
  /external/mesa3d/src/compiler/glsl/
ir.h     [all...]
ir_reader.cpp 985 op = ir_texture::get_opcode(tag->value());
    [all...]
ir.cpp 1305 ir_texture::get_opcode(const char *str) function in class:ir_texture
    [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 351 milliseconds