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

  /toolchain/binutils/binutils-2.25/opcodes/
mmix-dis.c 146 get_opcode (unsigned long insn) function
272 opcodep = get_opcode (insn);
  /external/mesa3d/src/glsl/
ir.cpp 1295 ir_texture::get_opcode(const char *str) function in class:ir_texture
    [all...]
  /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);
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 380 unsigned get_opcode(ir_instruction *ir, unsigned op,
496 op = get_opcode(ir, op, dst, src0, src1);
630 glsl_to_tgsi_visitor::get_opcode(ir_instruction *ir, unsigned op, function in class:glsl_to_tgsi_visitor
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 556 static UInt get_opcode(UInt mipsins) function
724 UInt opcode = get_opcode(cins);
790 UInt opcode = get_opcode(cins);
820 UInt opcode = get_opcode(cins);
    [all...]

Completed in 336 milliseconds