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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.h 149 unsigned int num_operands; /**< Number of operands. */ member in struct:yasm_insn
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_reader.cpp 696 unsigned num_operands = ir_expression::get_num_operands(op); local
697 if (num_operands == 1 && !s_arg1->next->is_tail_sentinel()) {
710 if (num_operands == 2) {
  /external/mesa3d/src/glsl/
ir_reader.cpp 696 unsigned num_operands = ir_expression::get_num_operands(op); local
697 if (num_operands == 1 && !s_arg1->next->is_tail_sentinel()) {
710 if (num_operands == 2) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c 294 unsigned int num_operands:4; member in struct:x86_insn_info
542 if (jinfo->num_operands > 1 &&
571 if (info->num_operands == 0)
660 if (id_insn->insn.num_operands != info->num_operands)
685 if (id_insn->insn.num_operands == 0) {
691 for (i = 0, op = use_ops[0]; op && i<info->num_operands && !mismatch;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 634 (** [num_operands v] returns the number of operands for the value [v].
636 val num_operands : llvalue -> int var
    [all...]

Completed in 628 milliseconds