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

  /external/llvm/include/llvm/IR/
OperandTraits.h 35 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
70 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
97 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
114 inline op_iterator op_end(); \
115 inline const_op_iterator op_end() const; \
130 CLASS::op_iterator CLASS::op_end() { \
131 return OperandTraits<CLASS>::op_end(this); \
133 CLASS::const_op_iterator CLASS::op_end() const { \
134 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
Metadata.h 935 op_iterator op_end() const { function in class:llvm::MDNode
938 op_range operands() const { return op_range(op_begin(), op_end()); }
1209 op_iterator op_end() { return op_iterator(this, getNumOperands()); } function in class:llvm::NamedMDNode
1213 const_op_iterator op_end() const { return const_op_iterator(this, getNumOperands()); } function in class:llvm::NamedMDNode
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-moxie.c 157 char *op_end; local
173 for (op_end = str;
174 *op_end && !is_end_of_line[*op_end & 0xff] && *op_end != ' ';
175 op_end++)
178 pend = *op_end;
179 *op_end = 0;
184 *op_end = pend;
198 while (ISSPACE (*op_end))
    [all...]
tc-pj.c 229 char *op_end; local
244 for (op_end = str;
245 *op_end && !is_end_of_line[*op_end & 0xff] && *op_end != ' ';
246 op_end++)
249 pend = *op_end;
250 *op_end = 0;
256 *op_end = pend;
269 (*opcode->u.func) (opcode, op_end);
    [all...]
tc-avr.c 471 char *op_end; local
479 for (op_end = from; *op_end != 0 && is_part_of_name (*op_end);)
481 to[size++] = *op_end++;
487 return op_end;
    [all...]
tc-d10v.c 1407 unsigned char *op_start, *op_end; local
    [all...]
tc-h8300.c 893 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand)
895 char *ptr = op_end;
941 get_mova_operands (char *op_end, struct h8_op *operand)
943 char *ptr = op_end;
1922 char *op_end; local
    [all...]
tc-mcore.c 852 char * op_end; local
868 for (op_start = op_end = str;
869 nlen < 20 && !is_end_of_line [(unsigned char) *op_end] && *op_end != ' ';
870 op_end++)
901 op_end = parse_imm (op_end + 1, & reg, 0, 3);
907 op_end = parse_reg (op_end + 1, & reg);
913 op_end = parse_reg (op_end + 1, & reg)
    [all...]
tc-microblaze.c 888 char * op_end; local
907 for (op_start = op_end = str;
908 *op_end && !is_end_of_line[(unsigned char) *op_end] && *op_end != ' ';
909 op_end++)
938 if (strcmp (op_end, ""))
939 op_end = parse_reg (op_end + 1, &reg1); /* Get rd. */
945 if (strcmp (op_end, ""))
    [all...]
tc-sh64.c 2445 char *op_end; local
2784 char *op_end; local
    [all...]
tc-xgate.c 828 char *op_end; local
835 for (op_end = from; *op_end != 0 && is_part_of_name (*op_end);)
837 to[size++] = *op_end++;
842 return op_end;
    [all...]
tc-z8k.c 730 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand)
732 char *ptr = op_end;
1199 char *op_end; local
1208 for (op_start = op_end = str;
1209 *op_end != 0 && *op_end != ' ' && ! is_end_of_line[(unsigned char) *op_end];
1210 op_end++)
1213 if (op_end == op_start)
1217 c = *op_end;
    [all...]
tc-d30v.c 1291 char *op_end; local
    [all...]
tc-i370.c 491 const struct i370_opcode *op_end;
507 op_end = i370_opcodes + i370_num_opcodes;
508 for (op = i370_opcodes; op < op_end; op++)
486 const struct i370_opcode *op_end; local
    [all...]
tc-m68hc11.c 2818 unsigned char *op_start, *op_end; local
    [all...]
tc-msp430.c 649 char *op_end; local
657 for (op_end = from; *op_end != 0 && is_part_of_name (*op_end);)
659 to[size++] = *op_end++;
665 return op_end;
    [all...]
tc-s390.c 493 const struct s390_opcode *op_end; local
503 op_end = s390_opcodes + s390_num_opcodes;
504 for (op = s390_opcodes; op < op_end; op++)
506 while (op < op_end - 1 && strcmp(op->name, op[1].name) == 0)
524 while (op < op_end - 1 && strcmp (op->name, op[1].name) == 0)
540 const struct s390_opcode *op_end; local
556 op_end = s390_opformats + s390_num_opformats;
557 for (op = s390_opformats; op < op_end; op++)
    [all...]
tc-sh.c 2554 unsigned char *op_end; local
2900 char *op_end; local
    [all...]
tc-ppc.c 1487 const struct powerpc_opcode *op_end; local
    [all...]
tc-tic54x.c 3116 char *op_start, *op_end; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c 3642 lzo_bytep const op_end = out + *out_len; local
4168 lzo_bytep const op_end = out + *out_len; local
    [all...]
  /external/libvncserver/common/
minilzo.c 5084 lzo_bytep const op_end = out + *out_len; local
5625 lzo_bytep const op_end = out + *out_len; local
    [all...]

Completed in 2190 milliseconds