OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EPT
(Results
1 - 25
of
26
) sorted by null
1
2
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
ept.s
1
# Check
EPT
instructions
ept.d
2
#name: i386
EPT
x86-64-ept.s
1
# Check 64bit
EPT
instructions
inval-ept.s
1
# Check illegal
EPT
instructions
ept-intel.d
2
#name: i386
EPT
(Intel disassembly)
3
#source:
ept
.s
x86-64-ept.d
2
#name: x86-64
EPT
x86-64-inval-ept.s
1
# Check illegal
EPT
instructions in 64bit mode.
inval-ept.l
17
[ ]*1[ ]+\# Check illegal
EPT
instructions
x86-64-ept-intel.d
2
#name: x86-64
EPT
(Intel mode)
3
#source: x86-64-
ept
.s
x86-64-inval-ept.l
21
[ ]*1[ ]+\# Check illegal
EPT
instructions in 64bit mode\.
arch-10.s
45
#
EPT
x86-64-arch-2.s
47
#
EPT
arch-10-1.l
81
[ ]*45[ ]+\#
EPT
arch-10-2.l
80
[ ]*45[ ]+\#
EPT
arch-10-3.l
76
[ ]*45[ ]+\#
EPT
arch-10-4.l
74
[ ]*45[ ]+\#
EPT
x86-64-arch-2-1.l
77
[ ]*47[ ]+\#
EPT
x86-64-arch-2-2.l
76
[ ]*47[ ]+\#
EPT
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-ept.d
1
#source: ../x86-64-
ept
.s
3
#name: x86-64 (ILP32)
EPT
x86-64-ept-intel.d
1
#source: ../x86-64-
ept
.s
3
#name: x86-64 (ILP32)
EPT
(Intel mode)
/frameworks/compile/slang/
slang_rs_export_element.cpp
93
RSExportPrimitiveType *
EPT
=
99
slangAssert(EI->type ==
EPT
->getType() && "Element has unexpected type");
100
ET =
EPT
;
slang_rs_reflection_cpp.cpp
68
const RSExportPrimitiveType *
EPT
=
70
if (
EPT
->isRSObjectType()) {
72
RSExportPrimitiveType::getRSReflectionType(
EPT
)->c_name + ">";
74
return RSExportPrimitiveType::getRSReflectionType(
EPT
)->c_name;
549
void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *
EPT
,
552
EPT
->convertToRTD(&rtd);
553
std::string TypeName = GetTypeName(
EPT
);
559
if (
EPT
->isRSObjectType()) {
858
const RSExportPointerType *
EPT
=
860
ET =
EPT
->getPointeeType()
[
all
...]
slang_rs_reflection_cpp.h
133
void genGetterAndSetter(const RSExportPrimitiveType *
EPT
, const RSExportVar* EV);
slang_rs_reflection.cpp
136
static const char *GetPackerAPIName(const RSExportPrimitiveType *
EPT
) {
169
unsigned TypeId =
EPT
->getType();
172
return PrimitiveTypePackerAPINameMap[
EPT
->getType()];
268
const RSExportPrimitiveType *
EPT
=
270
if (
EPT
->isRSObjectType())
272
else if (
EPT
->getType() == DataTypeBoolean)
626
const RSExportPrimitiveType *
EPT
=
628
if (
EPT
->getType() == DataTypeBoolean) {
[
all
...]
slang_rs_export_type.h
374
static size_t GetElementSizeInBits(const RSExportPrimitiveType *
EPT
);
385
const RSExportPrimitiveType *
EPT
) {
386
return getRSReflectionType(
EPT
->getType());
Completed in 410 milliseconds
1
2