OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitWordBE
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
370
JCE.
emitWordBE
(0);
371
JCE.
emitWordBE
(0);
372
JCE.
emitWordBE
(0);
373
JCE.
emitWordBE
(0);
374
JCE.
emitWordBE
(0);
375
JCE.
emitWordBE
(0);
376
JCE.
emitWordBE
(0);
384
JCE.
emitWordBE
(0xf821ffb1); // stdu r1,-80(r1)
385
JCE.
emitWordBE
(0x7d6802a6); // mflr r11
386
JCE.
emitWordBE
(0xf9610060); // std r11, 96(r1
[
all
...]
PPCCodeEmitter.cpp
118
MCE.
emitWordBE
(getBinaryCodeForInstr(MI));
131
MCE.
emitWordBE
(0x48000005); // bl 1
/external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp
40
///
emitWordBE
- This callback is invoked when a 32-bit word needs to be
42
void ObjectCodeEmitter::
emitWordBE
(uint32_t W) {
43
BO->
emitWordBE
(W);
/external/llvm/include/llvm/CodeGen/
ObjectCodeEmitter.h
72
///
emitWordBE
- This callback is invoked when a 32-bit word needs to be
74
void
emitWordBE
(uint32_t W);
MachineCodeEmitter.h
109
///
emitWordBE
- This callback is invoked when a 32-bit word needs to be
112
void
emitWordBE
(uint32_t W) {
BinaryObject.h
122
emitWordBE
(W);
156
///
emitWordBE
- This callback is invoked when a 32-bit word needs to be
159
inline void
emitWordBE
(uint32_t W) {
JITCodeEmitter.h
98
///
emitWordBE
- This callback is invoked when a 32-bit word needs to be
101
void
emitWordBE
(uint32_t W) {
Completed in 407 milliseconds