Home
last modified time | relevance | path

Searched refs:get_operand (Results 1 – 3 of 3) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
Dmain.c97 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()
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgen-implicit-conversions.py371 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 …]
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c460 static LLVMValueRef get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_operand() function
677 LLVMValueRef result = get_operand(fn, insn->type, pseudo); in output_op_ret()
760 src2 = get_operand(fn, insn->type, insn->src2); in output_op_sel()
761 src3 = get_operand(fn, insn->type, insn->src3); in output_op_sel()
811 func = get_operand(fn, ctype, insn->func); in output_op_call()
829 insn->src->priv = get_operand(fn, insn->type, insn->src); in output_op_phisrc()
847 src = get_operand(fn, otype, insn->src); in output_op_ptrcast()
889 src = get_operand(fn, otype, insn->src); in output_op_cast()
921 src = get_operand(fn, otype, insn->src); in output_op_fpcast()