Home
last modified time | relevance | path

Searched defs:SPR (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dgdb-sim.c42 #define regnum2spr(SPR) sim_spr_register_name (SPR) argument
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgdb-sim.c42 #define regnum2spr(SPR) sim_spr_register_name (SPR) argument
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/bias/
H A Dbias.adb38 SPR : Some_Packed_Record := (R => -4, S => -5); variable
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/bias/
H A Dbias.adb38 SPR : Some_Packed_Record := (R => -4, S => -5); variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp186 auto SPR = matchSelectPattern(SI, LHS, RHS); in trySADReplacement() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1049 SelectPatternResult SPR = matchSelectPattern(&Sel, LHS, RHS); in canonicalizeMinMaxWithConstant() local
2923 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp); in visitSelectInst() local
H A DInstCombineCompares.cpp1364 SelectPatternResult SPR = matchSelectPattern(Cmp.getOperand(0), A, B); in foldICmpWithZero() local
5641 SelectPatternResult SPR = matchSelectPattern(SI, A, B); in visitICmpInst() local
6225 SelectPatternResult SPR = matchSelectPattern(SI, A, B); in visitFCmpInst() local
/netbsd/external/gpl3/gdb/dist/sim/frv/
H A Dfrv-sim.h26 #define SPR_IS_ACC(SPR) ((SPR) >= 1408 && (SPR) <= 1535) argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp815 SelectPatternResult SPR = matchSelectPattern(SI, LHS, RHS); in solveBlockValueSelect() local
H A DValueTracking.cpp5719 SelectPatternResult SPR = matchClamp(Pred, CmpLHS, CmpRHS, TrueVal, FalseVal); in matchMinMax() local
/netbsd/external/gpl3/gdb.old/dist/sim/frv/
H A Dfrv-sim.h26 #define SPR_IS_ACC(SPR) ((SPR) >= 1408 && (SPR) <= 1535) argument
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c2518 #define SPR SI8 + 1 macro
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dppc-opc.c2857 #define SPR SI8 + 1 macro
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dppc-opc.c2857 #define SPR SI8 + 1 macro
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c3459 #define SPR SI8 + 1 macro
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3283 auto SPR = matchSelectPattern(const_cast<User*>(&I), LHS, RHS); in visitSelect() local