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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c 131 insn->num_operands++;
165 insn->num_operands = 0;
174 if (insn->num_operands > 0) {
246 op && i<insn->num_operands; op = yasm_insn_op_next(op), i++) {
insn.h 149 unsigned int num_operands; /**< Number of operands. */ member in struct:yasm_insn
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 103 unsigned char num_operands;
212 if (id_insn->insn.num_operands != info->num_operands)
215 if (id_insn->insn.num_operands == 0) {
222 op && i<info->num_operands && !mismatch;
272 if (id_insn->insn.num_operands > 0) {
274 op && i<info->num_operands; op = yasm_insn_op_next(op), i++) {
  /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...]
gen_x86_insn.py 619 num_operands = len(form.operands)
621 if all_operands[i:i+num_operands] == form.operands:
    [all...]
  /external/chromium_org/v8/src/compiler/
instruction-selector-unittest.cc 369 size_t num_operands = local
375 ASSERT_EQ(num_operands, call_instr->InputCount());
454 size_t num_operands = local
461 EXPECT_EQ(num_operands, call_instr->InputCount());
  /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/lldb/source/Expression/
IRForTarget.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 753 if (insn->num_operands == 0)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 432 external num_operands : llvalue -> int = "llvm_num_operands"
    [all...]
llvm.mli 728 (** [num_operands v] returns the number of operands for the value [v].
730 val num_operands : llvalue -> int var
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 568 insist ((num_operands i) = 2);
    [all...]

Completed in 825 milliseconds