OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitWordLE
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp
34
///
emitWordLE
- This callback is invoked when a 32-bit word needs to be
36
void ObjectCodeEmitter::
emitWordLE
(uint32_t W) {
37
BO->
emitWordLE
(W);
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
84
///
emitWordLE
- This callback is invoked when a 32-bit word needs to be
87
void
emitWordLE
(uint32_t W) {
MachineCodeEmitter.h
87
///
emitWordLE
- This callback is invoked when a 32-bit word needs to be
90
void
emitWordLE
(uint32_t W) {
BinaryObject.h
120
emitWordLE
(W);
147
///
emitWordLE
- This callback is invoked when a 32-bit word needs to be
149
inline void
emitWordLE
(uint32_t W) {
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
89
void
emitWordLE
(unsigned Binary);
528
void ARMCodeEmitter::
emitWordLE
(unsigned Binary) {
531
MCE.
emitWordLE
(Binary);
656
emitWordLE
(0);
662
emitWordLE
(Val);
668
emitWordLE
(CFP->getValueAPF().bitcastToAPInt().getZExtValue());
720
emitWordLE
(0);
744
emitWordLE
(Binary);
759
emitWordLE
(Binary);
783
emitWordLE
(Binary)
[
all
...]
Completed in 57 milliseconds