Searched refs:VEC (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 498 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, MO in nvfx_vertprog_parse_instruction() [all...] |
/third_party/musl/porting/linux/user/src/time/ |
H A D | __tz.c | 137 #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/ |
H A D | __tz.c | 120 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro 360 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/ |
H A D | __tz.c | 38 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | __tz.c | 42 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | __tz.c | 42 #define VEC(...) ((const unsigned char[]){__VA_ARGS__}) macro
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 495 V(vec, VEC, 0xE7DB) /* type = VRR_A VECTOR ELEMENT COMPARE */ \
|
Completed in 10 milliseconds