Home
last modified time | relevance | path

Searched refs:vsrc (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td466 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
473 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
482 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
489 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
498 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
505 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
514 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
521 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
530 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
537 (outs vsrc:$XT), (ins vsrc:$XTi, vsrc:$XA, vsrc:$XB),
[all …]
H A DPPCInstrFuture.td56 def LXVRL : XX1Form_memOp<31, 525, (outs vsrc:$XT), (ins memr:$RA, g8rc:$RB),
59 def LXVRLL : XX1Form_memOp<31, 557, (outs vsrc:$XT), (ins memr:$RA, g8rc:$RB),
73 (ins vsrc:$XT, memr:$RA, g8rc:$RB),
77 (ins vsrc:$XT, memr:$RA, g8rc:$RB),
H A DPPCInstrP10.td1340 8RR_XX4Form_IMM3_XTABC6<34, 0, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB,
1341 vsrc:$XC, u3imm:$IMM),
1345 8RR_XX4Form_XTABC6<33, 0, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB,
1349 8RR_XX4Form_XTABC6<33, 1, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB,
1353 8RR_XX4Form_XTABC6<33, 2, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB,
1357 8RR_XX4Form_XTABC6<33, 3, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB,
1375 8RR_DForm_IMM32_XT6_IX<32, 0, (outs vsrc:$XT),
1707 8RR_XX4Form_IMM8_XTAB6<34, 1, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB,
1708 vsrc:$XC, u8imm:$IMM),
1823 def LXVRBX : X_XT6_RA5_RB5<31, 13, "lxvrbx", vsrc, []>;
[all …]
H A DPPCInstrMMA.td528 XX3Form_AT3_XAB6<59, 99, (outs acc:$AT), (ins acc:$ATi, vsrc:$XA, vsrc:$XB),
569 (ins wacc:$ATi, vsrc:$XA, vsrc:$XB),
586 (ins acc:$ATi, vsrc:$XA,vsrc:$XB, u4imm:$XMSK,
596 (ins wacc:$ATi, vsrc:$XA,vsrc:$XB, u4imm:$XMSK,
608 defm XVBF16GER2 : ACC_NEG_UM_M244_XOM84C<59, 50, (ins vsrc:$XA, vsrc:$XB),
612 defm XVI4GER8 : ACC_UM_M844_XOEO<59, 34, (ins vsrc:$XA, vsrc:$XB),
616 defm XVI8GER4 : ACC_UM_M444_XOEO<59, 2, (ins vsrc:$XA, vsrc:$XB),
620 defm XVI16GER2 : ACC_UM_M244_XO46<59, 75, (ins vsrc:$XA, vsrc:$XB),
624 defm XVI16GER2S : ACC_UM_M244_XOEO<59, 42, (ins vsrc:$XA, vsrc:$XB),
629 defm XVF16GER2 : ACC_NEG_UM_M244_XOM84C<59, 18, (ins vsrc:$XA, vsrc:$XB),
[all …]
H A DREADME_P9.txt361 (outs vsrc:$XT), (ins vsrc:$XB),
490 (outs vsrc:$XT), (ins vsrc:$XB, u2imm:$UIM),
546 (outs vsrc:$XT), (ins memrr:$src),
556 (outs), (ins vsrc:$XT, memrr:$dst),
H A DPPCRegisterInfo.td1026 def vsrc : RegisterOperand<VSRC> {
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector_clock.cpp44 m128 const* __restrict vsrc = reinterpret_cast<m128 const*>(src->clk_); in Acquire() local
46 m128 s = _mm_load_si128(&vsrc[i]); in Acquire()
76 m128 const* __restrict vsrc = reinterpret_cast<m128 const*>(other.clk_); in operator =()
78 m128 s = _mm_load_si128(&vsrc[i]); in operator =()
/freebsd-14.2/crypto/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c61 static void *poly1305_dup(void *vsrc) in poly1305_dup() argument
63 struct poly1305_data_st *src = vsrc; in poly1305_dup()
H A Dcmac_prov.c80 static void *cmac_dup(void *vsrc) in cmac_dup() argument
82 struct cmac_data_st *src = vsrc; in cmac_dup()
H A Dblake2_mac_impl.c57 static void *blake2_mac_dup(void *vsrc) in blake2_mac_dup() argument
60 struct blake2_mac_data_st *src = vsrc; in blake2_mac_dup()
H A Dsiphash_prov.c73 static void *siphash_dup(void *vsrc) in siphash_dup() argument
75 struct siphash_data_st *ssrc = vsrc; in siphash_dup()
H A Dgmac_prov.c75 static void *gmac_dup(void *vsrc) in gmac_dup() argument
77 struct gmac_data_st *src = vsrc; in gmac_dup()
H A Dhmac_prov.c102 static void *hmac_dup(void *vsrc) in hmac_dup() argument
104 struct hmac_data_st *src = vsrc; in hmac_dup()
H A Dkmac_prov.c214 static void *kmac_dup(void *vsrc) in kmac_dup() argument
216 struct kmac_data_st *src = vsrc; in kmac_dup()
/freebsd-14.2/sys/opencrypto/
H A Dcriov.c455 const void *vsrc) in crypto_cursor_copyback() argument
461 src = vsrc; in crypto_cursor_copyback()
H A Dcryptodev.h681 const void *vsrc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td328 bits<8> vsrc;
332 let Inst{7-0} = vsrc;
H A DSIInstructions.td50 (ins VGPR_32:$vsrc, InterpAttr:$attr, InterpAttrChan:$attrchan),
51 "v_interp_p1_f32$vdst, $vsrc, $attr$attrchan",
52 [(set f32:$vdst, (int_amdgcn_interp_p1 f32:$vsrc,
76 (ins VGPR_32:$src0, VGPR_32:$vsrc, InterpAttr:$attr,
78 "v_interp_p2_f32$vdst, $vsrc, $attr$attrchan",
79 [(set f32:$vdst, (int_amdgcn_interp_p2 f32:$src0, f32:$vsrc,
87 (ins InterpSlot:$vsrc, InterpAttr:$attr, InterpAttrChan:$attrchan),
88 "v_interp_mov_f32$vdst, $vsrc, $attr$attrchan",
89 [(set f32:$vdst, (int_amdgcn_interp_mov (i32 timm:$vsrc),
795 let Constraints = "$vsrc = $vdst";
[all …]
H A DFLATInstructions.td172 bits<8> vdata; // vsrc
/freebsd-14.2/contrib/tcsh/
H A Dtc.os.c980 xmemmove(void *vdst, const void *vsrc, size_t len) in xmemmove() argument
982 const char *src = vsrc; in xmemmove()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td2294 // llvm.amdgcn.ds.gws.sema.br(i32 vsrc, i32 resource_id)