Home
last modified time | relevance | path

Searched refs:GPR2 (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl3428 my $GPR2 = $_[5]; # [clobbered] GP register
3460 $ZT8, $ZT9, $ZT10, $ZT11, $ZT12, $ZT13, $ZT14, $ZT15, $ZT16, $GPR1, $GPR2, $GPR3, $MASKREG);
3466 mov $IV,$GPR2
3469 vmovdqu8 ($GPR2),${CUR_COUNT}{$MASKREG} # ; ctr = IV | 0x1
3488 my $GPR2 = $_[4]; # [clobbered] GP register
3515 $ZT14, $ZT15, $ZT16, $GPR1, $GPR2, $GPR3, $MASKREG);
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td229 // long double, can only be passed in GPR2 and GPR3, if available,
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7763 CCValAssign &GPR2 = ArgLocs[I++]; in LowerCall_AIX() local
7765 GPR2.getLocReg(), DAG.getZExtOrTrunc(ArgAsInt, dl, MVT::i32))); in LowerCall_AIX()