HomeSort by relevance Sort by last modified time
    Searched refs:CR0 (Results 151 - 158 of 158) sorted by null

1 2 3 4 5 67

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 383 // here because we might clobber cr0 while it is live.
408 // here because we might clobber cr0 while it is live.
459 /// rlwinm rA, rA, SB, 0, 31 ; Shift the bits left so they are in CR0's slot.
485 // If the saved register wasn't CR0, shift the bits left so that they are in
486 // CR0's slot.
487 if (SrcReg != PPC::CR0) {
530 // If the reloaded register isn't CR0, shift the bits right so that they are
532 if (DestReg != PPC::CR0) {
    [all...]
PPCInstrInfo.cpp     [all...]
PPCISelLowering.cpp     [all...]
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 66 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3,
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 306 termios.c_oflag = OPOST|ONLCR|NL0|CR0|TAB0|BS0|VT0|FF0;
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 176 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3,
204 if (Name == "cr0") return 0;
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 124 #define CR0 cr0
186 #define CR0 %cr0
    [all...]

Completed in 745 milliseconds

1 2 3 4 5 67