OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARM64CondCS
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
guest_arm64_defs.h
225
ARM64CondCS
= 2, /* >=u (higher or same) (aka HS) : C=1 */
guest_arm64_helpers.c
632
case
ARM64CondCS
: // C=1 => c
750
if (isU64(cond_n_op, (
ARM64CondCS
<< 4) | ARM64G_CC_OP_SUB64)) {
818
if (isU64(cond_n_op, (
ARM64CondCS
<< 4) | ARM64G_CC_OP_SUB32)) {
879
if (isU64(cond_n_op, (
ARM64CondCS
<< 4) | ARM64G_CC_OP_SBC64)) {
898
if (isU64(cond_n_op, (
ARM64CondCS
<< 4) | ARM64G_CC_OP_SBC32)) {
[
all
...]
guest_arm64_toIR.c
[
all
...]
Completed in 441 milliseconds