OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpSize
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Analysis/
ConstantFolding.cpp
580
unsigned
OpSize
= DL->getTypeSizeInBits(Op0->getType());
589
return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(
OpSize
) -
590
Offs2.zextOrTrunc(
OpSize
));
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
300
//
OpSize
- Set if this instruction requires an operand size prefix (0x66),
303
OpSize
= 1 << 6,
/art/compiler/dex/
compiler_enums.h
146
enum
OpSize
{
157
std::ostream& operator<<(std::ostream& os, const
OpSize
& kind);
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
192
typedef enum
OpSize
{
201
}
OpSize
;
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
160
typedef enum
OpSize
{
169
}
OpSize
;
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 422 milliseconds