OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUBS
(Results
1 - 10
of
10
) sorted by null
/system/core/trusty/keymaster/
Makefile
24
SUBS
=system/core \
31
INCLUDES=$(foreach dir,$(
SUBS
),-I $(BASE)/$(dir)/include) \
/system/keymaster/
Makefile
26
SUBS
=system/core \
33
INCLUDES=$(foreach dir,$(
SUBS
),-I $(BASE)/$(dir)/include) \
/system/security/keystore/tests/
Makefile
12
SUBS
=system/core \
19
INCLUDES=$(foreach dir,$(
SUBS
),-I $(BASE)/$(dir)/include) \
/external/valgrind/VEX/priv/
guest_mips_defs.h
93
SUBS
, SUBD, DIVS
/external/valgrind/none/tests/mips32/
FPUarithmetic.c
11
SUBS
, SUBD,
185
case
SUBS
:
/external/valgrind/none/tests/mips64/
macro_fpu.h
7
SUBS
, SUBD, RECIPS, RECIPD,
/external/pcre/dist2/src/sljit/
sljitNativeARM_64.c
120
#define
SUBS
0xeb000000
733
return push_inst(compiler,
SUBS
| RD(TMP_ZERO) | RN(TMP_LR) | RM(dst) | (2 << 22) | (63 << 10));
737
return push_inst(compiler,
SUBS
| RD(TMP_ZERO) | RN(TMP_LR) | RM(dst) | (2 << 22) | (63 << 10));
763
return push_inst(compiler, (
SUBS
^ inv_bits) | RD(TMP_ZERO) | RN(dst) | RM(TMP_ZERO));
[
all
...]
sljitNativeARM_T2_32.c
152
#define
SUBS
0x1a00
741
return push_inst16(compiler,
SUBS
| RD3(dst) | RN3(arg1) | RM3(arg2));
[
all
...]
/external/v8/src/arm64/
constants-arm64.h
433
SUBS
= SUB | AddSubSetFlagsBit
440
V(
SUBS
)
488
SBCS_w = AddSubWithCarryFixed |
SUBS
,
489
SBCS_x = AddSubWithCarryFixed |
SUBS
| SixtyFourBits
[
all
...]
/external/vixl/src/aarch64/
constants-aarch64.h
469
SUBS
= SUB | AddSubSetFlagsBit
476
V(
SUBS
)
524
SBCS_w = AddSubWithCarryFixed |
SUBS
,
525
SBCS_x = AddSubWithCarryFixed |
SUBS
| SixtyFourBits
[
all
...]
Completed in 376 milliseconds