/external/arm-optimized-routines/test/rtest/ |
main.c | 97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) function 215 get_operand(r, f, &ops[0], &ops[1]); 218 get_operand(r, f, &ops[2], &ops[3]); 221 get_operand(r, f, &ops[4], &ops[5]); 224 get_operand(r, f, &ops[6], &ops[7]); 227 get_operand(r, f, &result[0], &result[1]); 230 get_operand(r, f, &result[4], &result[5]); 233 get_operand(r, f, &result[2], &result[3]);
|
/external/deqp/modules/gles31/scripts/ |
gen-implicit-conversions.py | 371 expr = ["in0", self.op, str(self.get_operand())] 378 def get_operand(self): member in class: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 class:ParenthesizedCase 719 def get_operand(self): member in class:InvalidCase [all...] |
/external/llvm/bindings/python/llvm/tests/ |
test_core.py | 129 o = inst.get_operand(op)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/ |
test_core.py | 129 o = inst.get_operand(op)
|
/external/llvm/bindings/python/llvm/ |
core.py | 184 def get_operand(self, i): member in class:Value 360 def get_operand(self, i): member in class:BasicBlock
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
core.py | 184 def get_operand(self, i): member in class:Value 360 def get_operand(self, i): member in class:BasicBlock
|