Searched refs:mulhwu (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppc.pl | 503 mulhwu $D0,$h0,$r0 506 mulhwu $D1,$h0,$r1 509 mulhwu $D2,$h0,$r2 515 mulhwu $D3,$h0,$r3 518 mulhwu $t1,$h1,$s3 521 mulhwu $t3,$h1,$r0 526 mulhwu $t1,$h1,$r1 531 mulhwu $t3,$h1,$r2 536 mulhwu $t1,$h2,$s2 541 mulhwu [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppc.pl | 503 mulhwu $D0,$h0,$r0 506 mulhwu $D1,$h0,$r1 509 mulhwu $D2,$h0,$r2 515 mulhwu $D3,$h0,$r3 518 mulhwu $t1,$h1,$s3 521 mulhwu $t3,$h1,$r0 526 mulhwu $t1,$h1,$r1 531 mulhwu $t3,$h1,$r2 536 mulhwu $t1,$h2,$s2 541 mulhwu [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 331 mulhwu $t5,$a0,$t1 347 mulhwu $t1,$t4,$n0 946 mulhwu $t5,$a0,$t1 965 mulhwu $t1,$t4,$n0
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 331 mulhwu $t5,$a0,$t1 347 mulhwu $t1,$t4,$n0 946 mulhwu $t5,$a0,$t1 965 mulhwu $t1,$t4,$n0
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 897 void mulhwu(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
|
H A D | constants-ppc.h | 2125 V(mulhwu, MULHWUX, 0x7C000016) \
|
H A D | assembler-ppc.cc | 853 void Assembler::mulhwu(Register dst, Register src1, Register src2, RCBit r) { in mulhwu() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1266 __ mulhwu(i.OutputRegister(1), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction() 1449 __ mulhwu(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction()
|
Completed in 21 milliseconds