Searched refs:arith (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c228 #define arith(s,o,d,m,s0,s1,s2) \ macro
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none);
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
489 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
499 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
509 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
539 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
540 nvfx_fp_emit(fpc, arith(sa
[all...]
H A Dnvfx_vertprog.c22 * - extra arith opcodes
113 #define arith(s,t,o,d,m,s0,s1,s2) \ macro
495 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none));
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
563 nvfx_vp_emit(vpc, arith(sa
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c228 #define arith(s,o,d,m,s0,s1,s2) \ macro
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none);
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
489 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
499 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
509 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
539 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
540 nvfx_fp_emit(fpc, arith(sa
[all...]
H A Dnvfx_vertprog.c22 * - extra arith opcodes
113 #define arith(s,t,o,d,m,s0,s1,s2) \ macro
495 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none));
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
563 nvfx_vp_emit(vpc, arith(sa
[all...]
/external/yaffs2/
H A DAndroid.mk13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
/external/chromium_org/third_party/skia/src/effects/
H A DSkArithmeticMode.cpp71 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
111 a = arith(k1, k2, k3, k4, sa, da);
112 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
113 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
114 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
136 a = arith(k1, k2, k3, k4, sa, da);
137 r = arith(k1, k2, k3, k4, sr, dr);
138 g = arith(k1, k2, k3, k4, sg, dg);
139 b = arith(k1, k2, k3, k4, sb, db);
142 a = arith(k
397 const GrArithmeticEffect& arith = drawEffect.castEffect<GrArithmeticEffect>(); local
[all...]
/external/skia/src/effects/
H A DSkArithmeticMode.cpp71 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
111 a = arith(k1, k2, k3, k4, sa, da);
112 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
113 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
114 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
136 a = arith(k1, k2, k3, k4, sa, da);
137 r = arith(k1, k2, k3, k4, sr, dr);
138 g = arith(k1, k2, k3, k4, sg, dg);
139 b = arith(k1, k2, k3, k4, sb, db);
142 a = arith(k
397 const GrArithmeticEffect& arith = drawEffect.castEffect<GrArithmeticEffect>(); local
[all...]
/external/grub/
H A DAndroid.mk31 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
87 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
124 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
/external/elfutils/libdwfl/
H A DAndroid.mk60 LOCAL_CFLAGS += -Wno-pointer-arith
97 LOCAL_CFLAGS += -Wno-pointer-arith
/external/yaffs2/yaffs2/utils/
H A DMakefile20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
/external/mksh/src/
H A Dexpr.c156 bool arith; member in struct:expr_state
183 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) argument
190 ret = v_evaluate(&v, expr, error_ok, arith);
200 bool arith)
211 curstate.arith = arith;
238 if (es->arith && es->natural)
241 setint_v(vp, v, es->arith);
257 es->arith = false;
505 setint_v(vasn, vr, es->arith);
199 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, bool arith) argument
[all...]
H A Dvar.c474 getint(struct tbl *vp, mksh_ari_t *nump, bool arith) argument
494 if (arith && s[0] == '0' && (s[1] | 0x20) == 'x') {
500 if (arith && s[0] == '0' && ksh_isdigit(s[1]) &&
555 setint_v(struct tbl *vq, struct tbl *vp, bool arith) argument
560 if ((base = getint(vp, &num, arith)) == -1)
/external/linux-tools-perf/
H A DAndroid.mk106 LOCAL_CFLAGS += -Wno-pointer-arith
141 LOCAL_CFLAGS += -Wno-pointer-arith
205 LOCAL_CFLAGS += -Wno-pointer-arith
248 LOCAL_CFLAGS += -Wno-pointer-arith
/external/elfutils/libelf/
H A DAndroid.mk152 LOCAL_CFLAGS += -Wno-pointer-arith
183 LOCAL_CFLAGS += -Wno-pointer-arith
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2.in91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
/external/elfutils/libdw/
H A DAndroid.mk165 LOCAL_CFLAGS += -Wno-pointer-arith
/external/oprofile/events/i386/westmere/
H A Devents23 event:0x14 counters:0,1,2,3 um:arith minimum:2000000 name:ARITH : Cycles the divider is busy
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dgenopcode.asm83 ;; TODO: add arith stuff
/external/libvpx/libvpx/
H A Dconfigure604 check_add_cflags -Wpointer-arith
626 check_add_cflags -Wpointer-arith
/external/icu4c/
H A Dicudefs.mk128 CFLAGS = -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS)
130 CXXFLAGS = -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long $(THREADSCXXFLAGS)
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c4336 int arith, int logical, int compare,
4361 if ((type == PPC_ARITH && !arith) ||
4486 int arith = 0, logical = 0, compare = 0; local
4504 // if (my_strcmp(tmp, "arith") == 0 || my_strcmp(tmp, "a") == 0) {
4505 // arith = 1;
4562 if (arith == 0 && logical == 0 && compare == 0) {
4563 arith = 1;
4586 arith=1;
4599 arith, logical, compare,
4335 do_tests(int one_arg, int two_args, int three_args, int arith, int logical, int compare, int integer, int floats, int p405, int altivec, int faltivec, int cr, unsigned char *filter) argument
/external/qemu/tcg/
H A Dtcg.h487 int c, int right, int arith);
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
3836 "PPC integer arith insns with two args",
3841 "PPC integer arith insns with two args with flags update",
3846 "PPC integer arith insns with two args and carry",
3851 "PPC integer arith insns with two args and carry with flags update",
3876 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3881 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3901 "PPC integer arith insns with one arg and carry",
3906 "PPC integer arith insns with one arg and carry with flags update",
3957 "PPC floating point arith insn
7341 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
H A Djm-fp.stdout.exp1 PPC floating point arith insns with three args:
119 PPC floating point arith insns
238 PPC floating point arith insns with two args:
439 PPC floating point arith insns
692 PPC floating point arith insns with one arg:
863 PPC floating point arith insns
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
3836 "PPC integer arith insns with two args",
3841 "PPC integer arith insns with two args with flags update",
3846 "PPC integer arith insns with two args and carry",
3851 "PPC integer arith insns with two args and carry with flags update",
3876 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3881 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3901 "PPC integer arith insns with one arg and carry",
3906 "PPC integer arith insns with one arg and carry with flags update",
3957 "PPC floating point arith insn
7341 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]

Completed in 840 milliseconds

12