OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VD
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingValue.c
161
ValueProfData *
VD
= NULL;
163
VD
= (ValueProfData *)calloc(VS, sizeof(uint8_t));
164
if (!
VD
)
166
serializeValueProfDataFromRT(&R,
VD
);
167
ValueDataArray[I - DataBegin] =
VD
;
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c
58
#define
VD
(
vd
) (
vd
)
1655
FAIL_IF(push_inst(compiler, (SCVTF ^ inv_bits) |
VD
(dst_r) | RN(src)));
1708
FAIL_IF(push_inst(compiler, (FMOV ^ inv_bits) |
VD
(dst_r) | VN(src)));
1714
FAIL_IF(push_inst(compiler, (FNEG ^ inv_bits) |
VD
(dst_r) | VN(src)));
1717
FAIL_IF(push_inst(compiler, (FABS ^ inv_bits) |
VD
(dst_r) | VN(src)));
1720
FAIL_IF(push_inst(compiler, FCVT | ((op & SLJIT_F32_OP) ? (1 << 22) : (1 << 15)) |
VD
(dst_r) | VN(src)));
1758
FAIL_IF(push_inst(compiler, (FADD ^ inv_bits) |
VD
(dst_r) | VN(src1) | VM(src2)));
1761
FAIL_IF(push_inst(compiler, (FSUB ^ inv_bits) |
VD
(dst_r) | VN(src1) | VM(src2)))
[
all
...]
Completed in 59 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025