Home
last modified time | relevance | path

Searched refs:VAL1 (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/crypto/modes/asm/
H A Dghash-riscv64.pl70 my ($Htable,$H,$VAL0,$VAL1,$TMP0,$TMP1,$TMP2) = ("a0","a1","a2","a3","t0","t1","t2");
78 ld $VAL1,8($H)
80 @{[brev8_rv64i $VAL1, $TMP0, $TMP1, $TMP2]}
82 @{[sd_rev8_rv64i $VAL1, $Htable, 8, $TMP0]}
89 my ($Htable,$H,$VAL0,$VAL1,$TMP0,$TMP1,$TMP2) = ("a0","a1","a2","a3","t0","t1","t2");
97 ld $VAL1,8($H)
99 @{[brev8_rv64i $VAL1, $TMP0, $TMP1, $TMP2]}
101 @{[rev8 $VAL1, $VAL1]}
103 sd $VAL1,8($Htable)
H A Dghash-riscv64-zvkg.pl73 my ($Htable,$H,$VAL0,$VAL1,$TMP0) = ("a0","a1","a2","a3","t0");
81 ld $VAL1, 8($H)
83 @{[sd_rev8_rv64i $VAL1, $Htable, 8, $TMP0]}
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td357 // Return: HP, P, VAL1, VAL2
418 // Return: HP, P, VAL1, VAL2
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6633 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
6664 assert(NumSubExprs > VAL1); in getVal1()
6665 return cast<Expr>(SubExprs[VAL1]); in getVal1()