OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitDWordLE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
113
///
emitDWordLE
- This callback is invoked when a 64-bit word needs to be
116
void
emitDWordLE
(uint64_t W) {
MachineCodeEmitter.h
125
///
emitDWordLE
- This callback is invoked when a 64-bit word needs to be
128
void
emitDWordLE
(uint64_t W) {
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
292
MCE.
emitDWordLE
(Disp);
314
MCE.
emitDWordLE
(0);
335
MCE.
emitDWordLE
(Disp);
355
MCE.
emitDWordLE
(0);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
90
void
emitDWordLE
(uint64_t Binary);
557
void ARMCodeEmitter::
emitDWordLE
(uint64_t Binary) {
560
MCE.
emitDWordLE
(Binary);
691
emitDWordLE
(CFP->getValueAPF().bitcastToAPInt().getZExtValue());
[
all
...]
Completed in 30 milliseconds