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/ARM/
ARMCodeEmitter.cpp
92
void
emitDWordLE
(uint64_t Binary);
523
void ARMCodeEmitter::
emitDWordLE
(uint64_t Binary) {
526
MCE.
emitDWordLE
(Binary);
675
emitDWordLE
(CFP->getValueAPF().bitcastToAPInt().getZExtValue());
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
290
MCE.
emitDWordLE
(Disp);
312
MCE.
emitDWordLE
(0);
333
MCE.
emitDWordLE
(Disp);
353
MCE.
emitDWordLE
(0);
[
all
...]
Completed in 91 milliseconds