OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CDP
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/TableGen/
InstrInfoEmitter.h
32
CodeGenDAGPatterns
CDP
;
36
InstrInfoEmitter(RecordKeeper &R) : Records(R),
CDP
(R) { }
CodeGenDAGPatterns.cpp
[
all
...]
CodeGenDAGPatterns.h
399
const CodeGenIntrinsic *getIntrinsicInfo(const CodeGenDAGPatterns &
CDP
) const;
415
bool isCommutativeIntrinsic(const CodeGenDAGPatterns &
CDP
) const;
479
bool canPatternMatch(std::string &Reason, const CodeGenDAGPatterns &
CDP
);
509
///
CDP
- the top-level object coordinating this madness.
511
CodeGenDAGPatterns &
CDP
;
555
CodeGenDAGPatterns &getDAGPatterns() const { return
CDP
; }
InstrInfoEmitter.cpp
143
const CodeGenTarget &Target =
CDP
.getTargetInfo();
175
CodeGenTarget &Target =
CDP
.getTargetInfo();
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassemblerCore.cpp
657
case ARM::
CDP
: case ARM::CDP2:
666
static inline unsigned GetCopOpc1(uint32_t insn, bool
CDP
) {
667
return
CDP
? slice(insn, 23, 20) : slice(insn, 23, 21);
678
//
CDP
, CDP2: cop opc1 CRd CRn CRm opc2
716
//
CDP
/CDP2 has no GPR operand; the opc1 operand is also wider (Inst{23-20}).
717
bool NoGPR = (Opcode == ARM::
CDP
|| Opcode == ARM::CDP2);
[
all
...]
/external/llvm/test/MC/ARM/
basic-arm-instructions.s
367
@
CDP
/CDP2
369
cdp
p7, #1, c1, c1, c1, #4
372
@ CHECK:
cdp
p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xee]
[
all
...]
Completed in 56 milliseconds