HomeSort by relevance Sort by last modified time
    Searched refs:op_end (Results 1 - 25 of 399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/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-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-ft32.c 193 char *op_end; local
213 for (op_end = str;
214 *op_end && !is_end_of_line[*op_end & 0xff] && *op_end != ' ' && *op_end != '.';
215 op_end++)
218 pend = *op_end;
219 *op_end = 0;
225 *op_end = pend
    [all...]
tc-microblaze.c 894 char * op_end; local
913 for (op_start = op_end = str;
914 *op_end && !is_end_of_line[(unsigned char) *op_end] && *op_end != ' ';
915 op_end++)
944 if (strcmp (op_end, ""))
945 op_end = parse_reg (op_end + 1, &reg1); /* Get rd. */
951 if (strcmp (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...]
  /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)); \
User.h 106 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
194 op_iterator op_end() {
197 const_op_iterator op_end() const {
201 return op_range(op_begin(), op_end());
204 return const_op_range(op_begin(), op_end());
222 return value_op_iterator(op_end());
  /external/swiftshader/third_party/LLVM/include/llvm/
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)); \
  /external/swiftshader/third_party/llvm-subzero/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)); \
User.h 114 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
207 op_iterator op_end() {
210 const_op_iterator op_end() const {
214 return op_range(op_begin(), op_end());
217 return const_op_range(op_begin(), op_end());
235 return value_op_iterator(op_end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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)); \
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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)); \
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
OperandTraits.h 38 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
76 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
100 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
117 inline op_iterator op_end(); \
118 inline const_op_iterator op_end() const; \
133 CLASS::op_iterator CLASS::op_end() { \
134 return OperandTraits<CLASS>::op_end(this); \
136 CLASS::const_op_iterator CLASS::op_end() const { \
137 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
InstructionsTest.cpp 27 EXPECT_EQ(r0->op_begin(), r0->op_end());
34 EXPECT_NE(r1->op_end(), b);
38 EXPECT_EQ(r1->op_end(), b);
62 EXPECT_NE(b0->op_begin(), b0->op_end());
63 EXPECT_EQ(b0->op_end(), llvm::next(b0->op_begin()));
65 EXPECT_EQ(b0->op_end(), llvm::next(b0->op_begin()));
83 EXPECT_NE(b, b1->op_end());
101 EXPECT_EQ(b1->op_end(), b);

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>