Home
last modified time | relevance | path

Searched defs:src0 (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Damxintrin.h153 #define _tile_dpbssd(dst, src0, src1) \ argument
172 #define _tile_dpbsud(dst, src0, src1) \ argument
191 #define _tile_dpbusd(dst, src0, src1) \ argument
210 #define _tile_dpbuud(dst, src0, src1) \ argument
228 #define _tile_dpbf16ps(dst, src0, src1) \ argument
369 static __inline__ void __tile_dpbssd(__tile1024i *dst, __tile1024i src0, in __tile_dpbssd()
392 static __inline__ void __tile_dpbsud(__tile1024i *dst, __tile1024i src0, in __tile_dpbsud()
415 static __inline__ void __tile_dpbusd(__tile1024i *dst, __tile1024i src0, in __tile_dpbusd()
438 static __inline__ void __tile_dpbuud(__tile1024i *dst, __tile1024i src0, in __tile_dpbuud()
490 static __inline__ void __tile_dpbf16ps(__tile1024i *dst, __tile1024i src0, in __tile_dpbf16ps()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dssa-ccp.c463 rtx src0 = XEXP (src, 0); local
503 rtx src0 = XEXP (src, 0); local
532 rtx src0 = XEXP (src, 0); local
566 rtx src0 = XEXP (src, 0); local
/openbsd-src/lib/libc/string/
H A Dmemmove.c49 memmove(void *dst0, const void *src0, size_t length) in memmove()
H A Dbcopy.c49 bcopy(const void *src0, void *dst0, size_t length) in bcopy()
H A Dmemcpy.c53 memcpy(void *dst0, const void *src0, size_t length) in memcpy()
/openbsd-src/sys/lib/libkern/
H A Dbcopy.c55 bcopy(const void *src0, void *dst0, size_t length) in bcopy()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-parse.y32 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
35 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
39 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
43 #define DSP32SHIFT(sopcde, dst0, src0, src1, sop, hls) \ argument
112 #define COMP3OP(dst, src0, src1, opc) \ argument
H A Dtc-bfin.c1235 REG_T dst, REG_T src0, REG_T src1, int w0) in bfin_gen_dsp32mac()
1268 REG_T dst, REG_T src0, REG_T src1, int w0) in bfin_gen_dsp32mult()
1298 REG_T dst0, REG_T dst1, REG_T src0, REG_T src1) in bfin_gen_dsp32alu()
1316 bfin_gen_dsp32shift (int sopcde, REG_T dst0, REG_T src0, in bfin_gen_dsp32shift()
1718 bfin_gen_comp3op (REG_T src0, REG_T src1, REG_T dst, int opc) in bfin_gen_comp3op()
/openbsd-src/sys/dev/sbus/
H A Duperf_sbus.c252 uperf_sbus_setcntsrc(void *vsc, int flags, u_int src0, u_int src1) in uperf_sbus_setcntsrc()
/openbsd-src/sys/arch/sparc64/dev/
H A Duperf_ebus.c258 uperf_ebus_setcntsrc(void *vsc, int flags, u_int src0, u_int src1) in uperf_ebus_setcntsrc()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c471 decode_multfunc (int h0, int h1, int src0, int src1, disassemble_info * outf) in decode_multfunc()
492 decode_macfunc (int which, int op, int h0, int h1, int src0, int src1, disassemble_info * outf) in decode_macfunc()
1434 int src0 = ((iw0 >> COMP3op_src0_bits) & COMP3op_src0_mask); in decode_COMP3op_0() local
2568 int src0 = ((iw1 >> DSP32Mac_src0_bits) & DSP32Mac_src0_mask); in decode_dsp32mac_0() local
2649 int src0 = ((iw1 >> DSP32Mac_src0_bits) & DSP32Mac_src0_mask); in decode_dsp32mult_0() local
2700 int src0 = ((iw1 >> DSP32Alu_src0_bits) & DSP32Alu_src0_mask); in decode_dsp32alu_0() local
3599 int src0 = ((iw1 >> DSP32Shift_src0_bits) & DSP32Shift_src0_mask); in decode_dsp32shift_0() local
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dfr30.c889 rtx src0; in fr30_move_double() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c423 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
426 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
430 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
434 #define DSP32SHIFT(sopcde, dst0, src0, src1, sop, hls) \ argument
503 #define COMP3OP(dst, src0, src1, opc) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.c934 emit_addhi3_postreload (dest, src0, src1) in emit_addhi3_postreload() argument
1751 xstormy16_expand_arith (mode, code, dest, src0, src1, carry) in xstormy16_expand_arith() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.c1071 rtx src0; local
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c1076 emit_addhi3_postreload (rtx dest, rtx src0, rtx src1) in emit_addhi3_postreload()
2004 rtx dest, rtx src0, rtx src1, rtx carry) in xstormy16_expand_arith()
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c515 rtx src0 = subw (src, 0); in mds_movdi() local
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c.c3578 rtx op0, src0, p; in m32c_expand_insv() local