HomeSort by: relevance | last modified time | path
    Searched defs:X4 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
lmu_excpt_prot0.S 260 X4: [ P1 ] = R1; // Exception should NOT occur here
269 CHECKREG(r7, 0); // RETX should NOT be value of X4 (HARDCODED ADDR!!)
lmu_excpt_prot1.S 267 X4: //[p1] = r1; // Exception should occur here
275 CHECKREG_SYM(r7, X4, r0); // RETX should be value of X4 (HARDCODED ADDR!!)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
lmu_excpt_prot0.S 260 X4: [ P1 ] = R1; // Exception should NOT occur here
269 CHECKREG(r7, 0); // RETX should NOT be value of X4 (HARDCODED ADDR!!)
lmu_excpt_prot1.S 267 X4: //[p1] = r1; // Exception should occur here
275 CHECKREG_SYM(r7, X4, r0); // RETX should be value of X4 (HARDCODED ADDR!!)
  /src/sys/arch/sparc/fpu/
fpu.c 94 #define X4(x) x,x,x,x
95 #define X8(x) X4(x),X4(x)
101 X4(FSR_UF),
108 X4(FPE_FLTUND),
115 X4(FPE_FLTUND_TRAP),
  /src/sys/arch/ia64/unwind/
decode.h 39 #define R2MASKPFS 0x4
186 struct unwind_desc_X4 X4;
193 X1, X2, X3, X4
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_functions.h 136 #define X4 "%04x"
156 #define X4 "%04x"
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_functions.h 136 #define X4 "%04x"
156 #define X4 "%04x"
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 1934 Value *X1, *X2, *X3, *X4;
1936 match(OrOp1, m_OneUse(m_Xor(m_Value(X3), m_Value(X4))))) {
1937 // ((X1 ^ X2) || (X3 ^ X4)) == 0 --> (X1 == X2) && (X3 == X4)
1938 // ((X1 ^ X2) || (X3 ^ X4)) != 0 --> (X1 != X2) || (X3 != X4)
1940 Value *Cmp34 = Builder.CreateICmp(Pred, X3, X4);

Completed in 76 milliseconds