OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VM
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp
124
ValueToValueMapTy
VM
;
126
VM
[I->first] = I->second;
/src/external/gpl3/binutils/dist/include/opcode/
convex.h
44
#define
VM
3
71
"
vm
",
171
{18,9,a1l,
VM
,0,0}, /* ld.x */
175
{21,9,a2l,
VM
,0,0}, /* st.x */
362
{0,0,rrl,S,S,
VM
}, /* mov */
363
{0,0,rlr,S,
VM
,S}, /* mov */
550
{35,2,lr,
VM
,S,0}, /* plc.f */
551
{35,1,lr,
VM
,S,0}, /* plc.t */
/src/external/gpl3/binutils.old/dist/include/opcode/
convex.h
44
#define
VM
3
71
"
vm
",
171
{18,9,a1l,
VM
,0,0}, /* ld.x */
175
{21,9,a2l,
VM
,0,0}, /* st.x */
362
{0,0,rrl,S,S,
VM
}, /* mov */
363
{0,0,rlr,S,
VM
,S}, /* mov */
550
{35,2,lr,
VM
,S,0}, /* plc.f */
551
{35,1,lr,
VM
,S,0}, /* plc.t */
/src/external/gpl3/gdb.old/dist/include/opcode/
convex.h
44
#define
VM
3
71
"
vm
",
171
{18,9,a1l,
VM
,0,0}, /* ld.x */
175
{21,9,a2l,
VM
,0,0}, /* st.x */
362
{0,0,rrl,S,S,
VM
}, /* mov */
363
{0,0,rlr,S,
VM
,S}, /* mov */
550
{35,2,lr,
VM
,S,0}, /* plc.f */
551
{35,1,lr,
VM
,S,0}, /* plc.t */
/src/external/gpl3/gdb/dist/include/opcode/
convex.h
44
#define
VM
3
71
"
vm
",
171
{18,9,a1l,
VM
,0,0}, /* ld.x */
175
{21,9,a2l,
VM
,0,0}, /* st.x */
362
{0,0,rrl,S,S,
VM
}, /* mov */
363
{0,0,rlr,S,
VM
,S}, /* mov */
550
{35,2,lr,
VM
,S,0}, /* plc.f */
551
{35,1,lr,
VM
,S,0}, /* plc.t */
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
952
const VariantMatcher &
VM
= Arg.Value.getMatcher();
953
if (
VM
.hasTypedMatcher(NK)) {
954
auto DM =
VM
.getTypedMatcher(NK);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ValueMapper.cpp
100
ValueToValueMapTy *
VM
;
104
explicit MappingContext(ValueToValueMapTy &
VM
,
106
:
VM
(&
VM
), Materializer(Materializer) {}
125
Mapper(ValueToValueMapTy &
VM
, RemapFlags Flags,
128
MCs(1, MappingContext(
VM
, Materializer)) {}
136
registerAlternateMappingContext(ValueToValueMapTy &
VM
,
138
MCs.push_back(MappingContext(
VM
, Materializer));
177
ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].
VM
; }
355
// Global values do not need to be seeded into the
VM
if the
[
all
...]
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c
61
#define
VM
(
vm
) ((
vm
) << 16)
1679
return push_inst(compiler, (FCMP ^ inv_bits) | VN(src1) |
VM
(src2));
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)));
1764
FAIL_IF(push_inst(compiler, (FMUL ^ inv_bits) | VD(dst_r) | VN(src1) |
VM
(src2)));
1767
FAIL_IF(push_inst(compiler, (FDIV ^ inv_bits) | VD(dst_r) | VN(src1) |
VM
(src2)));
Completed in 25 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026