Searched refs:get_operand (Results 1 – 6 of 6) sorted by relevance
/external/arm-optimized-routines/test/rtest/ |
D | main.c | 97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function 215 get_operand(r, f, &ops[0], &ops[1]); in dofile() 218 get_operand(r, f, &ops[2], &ops[3]); in dofile() 221 get_operand(r, f, &ops[4], &ops[5]); in dofile() 224 get_operand(r, f, &ops[6], &ops[7]); in dofile() 227 get_operand(r, f, &result[0], &result[1]); in dofile() 230 get_operand(r, f, &result[4], &result[5]); in dofile() 233 get_operand(r, f, &result[2], &result[3]); in dofile()
|
/external/deqp/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 371 expr = ["in0", self.op, str(self.get_operand())] 378 def get_operand(self): member in ArithmeticCase 395 y = self.get_operand() 432 y = self.get_operand() 459 b, c = self.get_operand(0), self.get_operand(1) 470 "in0" if self.input_in_parens else self.get_operand(0), 472 self.get_operand(1) 477 "in0" if not self.input_in_parens else self.get_operand(0), 487 def get_operand(self, ndx=0): member in ParenthesizedCase 711 "OPERAND": str(self.get_operand()), [all …]
|
/external/llvm/bindings/python/llvm/tests/ |
D | test_core.py | 129 o = inst.get_operand(op)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/ |
D | test_core.py | 129 o = inst.get_operand(op)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
D | core.py | 184 def get_operand(self, i): member in Value 360 def get_operand(self, i): member in BasicBlock
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 184 def get_operand(self, i): member in Value 360 def get_operand(self, i): member in BasicBlock
|