OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitWordBE
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
384
JCE.
emitWordBE
(0);
385
JCE.
emitWordBE
(0);
386
JCE.
emitWordBE
(0);
387
JCE.
emitWordBE
(0);
388
JCE.
emitWordBE
(0);
389
JCE.
emitWordBE
(0);
390
JCE.
emitWordBE
(0);
398
JCE.
emitWordBE
(0xf821ffb1); // stdu r1,-80(r1)
399
JCE.
emitWordBE
(0x7d6802a6); // mflr r11
400
JCE.
emitWordBE
(0xf9610060); // std r11, 96(r1
[
all
...]
PPCCodeEmitter.cpp
124
MCE.
emitWordBE
(getBinaryCodeForInstr(MI));
138
MCE.
emitWordBE
(0x48000005); // bl 1
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
232
JCE.
emitWordBE
(0xf << 26 | 25 << 16 | Hi);
233
JCE.
emitWordBE
(9 << 26 | 25 << 21 | 25 << 16 | Lo);
234
JCE.
emitWordBE
(25 << 21 | 24 << 11 | 9);
235
JCE.
emitWordBE
(0);
MipsCodeEmitter.cpp
365
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) {
/external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp
172
MCE.
emitWordBE
(Word);
SparcJITInfo.cpp
257
JCE.
emitWordBE
(Insts[i]);
Completed in 129 milliseconds