OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regwidth
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
861
template<int
RegWidth
, int Shift>
869
if (
RegWidth
== 32)
879
template<int
RegWidth
, int Shift>
893
if (
RegWidth
== 32)
[
all
...]
/external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
479
static int getRegClass(bool IsVgpr, unsigned
RegWidth
) {
481
switch (
RegWidth
) {
492
switch (
RegWidth
) {
538
unsigned
RegWidth
;
542
RegWidth
= 1;
569
RegWidth
= (RegHi - RegLo) + 1;
575
unsigned Size = std::min(
RegWidth
, 4u);
583
int RCID = getRegClass(IsVgpr,
RegWidth
);
[
all
...]
/dalvik/dexdump/
DexDump.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
195
template<unsigned
RegWidth
>
197
return SelectCVTFixedPosOperand(N, FixedPos,
RegWidth
);
[
all
...]
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c
13594
unsigned
regwidth
, match;
local
[
all
...]
Completed in 442 milliseconds