OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RM
(Results
26 - 28
of
28
) sorted by null
1
2
/external/pcre/dist/sljit/
sljitNativeARM_64.c
56
#define
RM
(
rm
) (reg_map[
rm
] << 16)
670
return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) |
RM
(arg2));
696
return push_inst(compiler, (ORR ^ (1 << 31)) | RD(dst) | RN(TMP_ZERO) |
RM
(arg2));
705
FAIL_IF(push_inst(compiler, (ORN ^ inv_bits) | RD(dst) | RN(TMP_ZERO) |
RM
(arg2)));
711
return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(TMP_ZERO) |
RM
(arg2));
718
return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) |
RM
(arg2));
721
return push_inst(compiler, (ADC ^ inv_bits) | RD(dst) | RN(arg1) |
RM
(arg2));
724
return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(arg1) |
RM
(arg2))
[
all
...]
/external/chromium_org/v8/src/arm/
constants-arm.h
379
RM
= 2 << 22, // Round towards Minus Infinity.
385
kRoundToMinusInf =
RM
,
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
Completed in 377 milliseconds
1
2