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

  /external/valgrind/main/memcheck/tests/vbit-test/
valgrind.c 28 cb.num_operands = get_num_operands(op->op);
94 unsigned i, num_operands; local
97 num_operands = get_num_operands(op->op);
99 for (i = 0; i < num_operands; ++i) {
main.c 129 switch (iricb.num_operands) {
util.c 33 int num_operands = get_num_operands(op->op); local
35 for (unsigned i = 0; i < num_operands; ++i) {
150 int num_operands = 4; local
151 if (t4 == Ity_INVALID) num_operands = 3;
152 if (t3 == Ity_INVALID) num_operands = 2;
153 if (t2 == Ity_INVALID) num_operands = 1;
156 -- num_operands;
158 return num_operands;
    [all...]
  /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/valgrind/main/VEX/priv/
ir_inject.c 201 switch (iricb.num_operands) {
  /external/valgrind/main/VEX/pub/
libvex.h 868 UInt num_operands; \/\/ excluding rounding mode, if any member in struct:__anon35976
    [all...]
  /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 6229 milliseconds