Home
last modified time | relevance | path

Searched refs:VEC (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c498 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
509 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
520 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); in nvfx_vertprog_parse_instruction()
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); in nvfx_vertprog_parse_instruction()
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); in nvfx_vertprog_parse_instruction()
566 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none); in nvfx_vertprog_parse_instruction()
570 insn = arith(sat, VEC, MOV, dst, mask, src[2], none, none); in nvfx_vertprog_parse_instruction()
574 insn = arith(sat, VEC, MOV, dst, mask, src[1], none, none); in nvfx_vertprog_parse_instruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def17 #define TLI_DEFINE_VECFUNC(SCAL, VEC, VF) VEC,
21 #define TLI_DEFINE_VECFUNC(SCAL, VEC, VF) {SCAL, VEC, VF},
/third_party/musl/porting/linux/user/src/time/
D__tz.c137 #define VEC(...) ((const unsigned char[]) {__VA_ARGS__}) macro
286 size_t skip = zi_dotprod(zi+20, VEC(1, 1, 8, 5, 6, 1), 6); in do_tzset()
/third_party/musl/src/time/
D__tz.c108 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro
201 size_t skip = zi_dotprod(zi+20, VEC(1,1,8,5,6,1), 6); in do_tzset()
/third_party/musl/porting/liteos_a/kernel/src/time/
D__tz.c38 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro
/third_party/musl/porting/liteos_m/kernel/src/time/
D__tz.c42 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro
/third_party/musl/porting/uniproton/kernel/src/time/
D__tz.c42 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro
/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.h495 V(vec, VEC, 0xE7DB) /* type = VRR_A VECTOR ELEMENT COMPARE */ \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td949 def VEC : CompareVRRaGeneric<"vec", 0xE7DB>;
DSystemZScheduleZ13.td1309 def : InstRW<[WLat3, VecXsPm, NormalGr], (instregex "VEC(B|F|G|H)?$")>;
DSystemZScheduleZ14.td1331 def : InstRW<[WLat3, VecXsPm, NormalGr], (instregex "VEC(B|F|G|H)?$")>;
DSystemZScheduleZ15.td1369 def : InstRW<[WLat3, VecXsPm, NormalGr], (instregex "VEC(B|F|G|H)?$")>;