Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-ssse3-x86_64.pl356 my $UWOP_SAVE_XMM128 = 8;
378 .byte @{[$UWOP_SAVE_XMM128 | (10 << 4)]}
382 .byte @{[$UWOP_SAVE_XMM128 | (6 << 4)]}
396 .byte @{[$UWOP_SAVE_XMM128 | (11 << 4)]}
400 .byte @{[$UWOP_SAVE_XMM128 | (10 << 4)]}
404 .byte @{[$UWOP_SAVE_XMM128 | (6 << 4)]}
/external/boringssl/src/crypto/test/asm/
Dtrampoline-x86_64.pl442 my $UWOP_SAVE_XMM128 = 8;
464 my $info = $UWOP_SAVE_XMM128 | (substr($reg, 3) << 4);
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc85 UWOP_SAVE_XMM128, /* info == XMM reg number, offset in next slot */ enumerator
744 case UWOP_SAVE_XMM128: { in PrintFrameDataUsingEXE()