OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitWordBE
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
373
JCE.
emitWordBE
(0);
374
JCE.
emitWordBE
(0);
375
JCE.
emitWordBE
(0);
376
JCE.
emitWordBE
(0);
377
JCE.
emitWordBE
(0);
378
JCE.
emitWordBE
(0);
379
JCE.
emitWordBE
(0);
387
JCE.
emitWordBE
(0xf821ffb1); // stdu r1,-80(r1)
388
JCE.
emitWordBE
(0x7d6802a6); // mflr r11
389
JCE.
emitWordBE
(0xf9610060); // std r11, 96(r1
[
all
...]
PPCCodeEmitter.cpp
122
MCE.
emitWordBE
(getBinaryCodeForInstr(MI));
135
MCE.
emitWordBE
(0x48000005); // bl 1
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
231
JCE.
emitWordBE
(0xf << 26 | 25 << 16 | Hi);
232
JCE.
emitWordBE
(9 << 26 | 25 << 21 | 25 << 16 | Lo);
233
JCE.
emitWordBE
(25 << 21 | 24 << 11 | 9);
234
JCE.
emitWordBE
(0);
MipsCodeEmitter.cpp
301
MCE.
emitWordBE
(Word);
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
99
///
emitWordBE
- This callback is invoked when a 32-bit word needs to be
102
void
emitWordBE
(uint32_t W) {
MachineCodeEmitter.h
111
///
emitWordBE
- This callback is invoked when a 32-bit word needs to be
114
void
emitWordBE
(uint32_t W) {
Completed in 246 milliseconds