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

  /external/swiftshader/third_party/subzero/pydir/
gen_test_arith_ll.py 20 def arith(Native, Type, Op): function
50 arith('i32', op_type, op)
52 arith(op_type, op_type, op)
56 arith(op_type, op_type, op)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug084.go 20 var arith Service var
  /prebuilts/go/linux-x86/test/fixedbugs/
bug084.go 20 var arith Service var
  /external/protobuf/js/binary/
arith.js 40 goog.provide('jspb.arith.Int64');
41 goog.provide('jspb.arith.UInt64');
53 jspb.arith.UInt64 = function(lo, hi) {
70 * @param {!jspb.arith.UInt64} other
73 jspb.arith.UInt64.prototype.cmp = function(other) {
86 * @return {!jspb.arith.UInt64}
88 jspb.arith.UInt64.prototype.rightShift = function() {
91 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
97 * @return {!jspb.arith.UInt64}
99 jspb.arith.UInt64.prototype.leftShift = function()
    [all...]
  /external/v8/src/compiler/
loop-variable-optimizer.h 21 Node* arith() const { return arith_; } function in class:v8::internal::compiler::InductionVariable
42 InductionVariable(Node* phi, Node* arith, Node* increment, Node* init_value,
45 arith_(arith),
loop-variable-optimizer.cc 304 Node* arith = phi->InputAt(1); local
306 if (arith->opcode() == IrOpcode::kJSAdd ||
307 arith->opcode() == IrOpcode::kSpeculativeNumberAdd) {
309 } else if (arith->opcode() == IrOpcode::kJSSubtract ||
310 arith->opcode() == IrOpcode::kSpeculativeNumberSubtract) {
317 if (arith->InputAt(0) != phi) {
318 if (arith->InputAt(0)->opcode() != IrOpcode::kJSToNumber ||
319 arith->InputAt(0)->InputAt(0) != phi) {
323 Node* incr = arith->InputAt(1);
325 InductionVariable(phi, arith, incr, initial, zone(), arithmeticType)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 230 #define arith(s,o,d,m,s0,s1,s2) \ macro
243 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none);
488 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
494 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
504 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
514 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
537 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
541 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
542 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
545 insn = arith(0, MOV, none.reg, mask, src[0], none, none)
    [all...]
nvfx_vertprog.c 24 * - extra arith opcodes
115 #define arith(s,t,o,d,m,s0,s1,s2) \ macro
496 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
507 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
518 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
553 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
556 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none));
560 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
561 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none));
564 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none)
    [all...]
  /external/mksh/src/
expr.c 83 bool arith; member in struct:expr_state
105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
112 ret = v_evaluate(&v, expr, error_ok, arith);
122 bool arith)
133 curstate.arith = arith;
160 if (es->arith && es->natural)
163 setint_v(vp, v, es->arith);
179 es->arith = false;
249 setint_v(vasn, vl, es->arith);
    [all...]
  /external/one-true-awk/
run.c 997 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ function
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 957 boolean arith = false; local
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_07_part1.c 221 PPC_TWO_I16 = 0x00000006, // family: arith/logical
1122 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]
jm-insns.c 362 PPC_TWO_I16 = 0x00000006, // family: arith/logical
7469 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 221 PPC_TWO_I16 = 0x00000006, // family: arith/logical
1122 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]
test_isa_3_0.c 3813 unsigned int arith, logical, compare, popcnt, ldst, insert_extract, permute, round; member in struct:insn_sel_flags_t_struct
    [all...]
jm-insns.c 362 PPC_TWO_I16 = 0x00000006, // family: arith/logical
7469 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]

Completed in 2047 milliseconds