HomeSort by: relevance | last modified time | path
    Searched refs:SI (Results 1 - 25 of 833) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/config/arm/
ldmstm.md 26 [(set (match_operand:SI 1 "arm_hard_general_register_operand" "")
27 (mem:SI (match_operand:SI 5 "s_register_operand" "rk")))
28 (set (match_operand:SI 2 "arm_hard_general_register_operand" "")
29 (mem:SI (plus:SI (match_dup 5)
31 (set (match_operand:SI 3 "arm_hard_general_register_operand" "")
32 (mem:SI (plus:SI (match_dup 5)
34 (set (match_operand:SI 4 "arm_hard_general_register_operand" ""
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
ldmstm.md 26 [(set (match_operand:SI 1 "arm_hard_general_register_operand" "")
27 (mem:SI (match_operand:SI 5 "s_register_operand" "rk")))
28 (set (match_operand:SI 2 "arm_hard_general_register_operand" "")
29 (mem:SI (plus:SI (match_dup 5)
31 (set (match_operand:SI 3 "arm_hard_general_register_operand" "")
32 (mem:SI (plus:SI (match_dup 5)
34 (set (match_operand:SI 4 "arm_hard_general_register_operand" ""
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c-modes.def 25 PARTIAL_INT_MODE (SI, 24, PSI);
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c-modes.def 25 PARTIAL_INT_MODE (SI, 24, PSI);
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
ldstwm.md 27 [(set (reg:SI SP_REGNO)
28 (plus:SI (reg:SI SP_REGNO) (match_operand 1 "const_int_operand" "")))
29 (set (mem:SI (plus:SI (reg:SI SP_REGNO) (const_int -4))) (reg:SI RA_REGNO))
30 (set (mem:SI (plus:SI (reg:SI SP_REGNO) (const_int -8))) (reg:SI FP_REGNO))])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
ldstwm.md 27 [(set (reg:SI SP_REGNO)
28 (plus:SI (reg:SI SP_REGNO) (match_operand 1 "const_int_operand" "")))
29 (set (mem:SI (plus:SI (reg:SI SP_REGNO) (const_int -4))) (reg:SI RA_REGNO))
30 (set (mem:SI (plus:SI (reg:SI SP_REGNO) (const_int -8))) (reg:SI FP_REGNO))])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-modes.def 2 PARTIAL_INT_MODE (SI, 20, PSI);
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-modes.def 2 PARTIAL_INT_MODE (SI, 20, PSI);
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-ftypes.def 51 DEF_LARCH_FTYPE (2, (VOID, SI, UQI))
53 DEF_LARCH_FTYPE (2, (SI, SI, UQI))
55 DEF_LARCH_FTYPE (2, (SI, QI, SI))
56 DEF_LARCH_FTYPE (2, (SI, HI, SI))
57 DEF_LARCH_FTYPE (2, (SI, SI, SI))
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
cgen-par.h 53 SI *target;
54 SI value;
57 SI *target;
70 SI value;
90 SI value[4];
91 void (*function)(SIM_CPU *, UINT, SI *);
98 SI address;
102 SI address;
106 SI address;
107 SI value
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-par.h 53 SI *target;
54 SI value;
57 SI *target;
70 SI value;
90 SI value[4];
91 void (*function)(SIM_CPU *, UINT, SI *);
98 SI address;
102 SI address;
106 SI address;
107 SI value
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
cpu.h 30 typedef uint32_t SI;
38 SI r[16];
40 SI r_psw;
41 SI r_pc;
42 SI r_usp;
43 SI r_fpsw;
44 SI r__reserved_cr_4;
45 SI r__reserved_cr_5;
46 SI r__reserved_cr_6;
47 SI r__reserved_cr_7
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/rx/
cpu.h 30 typedef uint32_t SI;
38 SI r[16];
40 SI r_psw;
41 SI r_pc;
42 SI r_usp;
43 SI r_fpsw;
44 SI r__reserved_cr_4;
45 SI r__reserved_cr_5;
46 SI r__reserved_cr_6;
47 SI r__reserved_cr_7
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-ftypes.def 38 DEF_RISCV_FTYPE (1, (SI, QI))
39 DEF_RISCV_FTYPE (1, (SI, HI))
53 DEF_RISCV_FTYPE (2, (SI, USI, USI))
54 DEF_RISCV_FTYPE (2, (SI, SI, SI))
62 DEF_RISCV_FTYPE (3, (SI, SI, SI, UQI))
63 DEF_RISCV_FTYPE (3, (SI, SI, SI, SI)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Object.cpp 32 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) {
33 return reinterpret_cast<section_iterator*>(SI);
37 wrap(const section_iterator *SI) {
39 (const_cast<section_iterator*>(SI));
42 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) {
43 return reinterpret_cast<symbol_iterator*>(SI);
47 wrap(const symbol_iterator *SI) {
49 (const_cast<symbol_iterator*>(SI));
52 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) {
53 return reinterpret_cast<relocation_iterator*>(SI);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SetOperations.h 25 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end();
26 SI != SE; ++SI)
27 if (S1.insert(*SI).second)
52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end();
53 SI != SE; ++SI)
54 if (!S2.count(*SI)) // if the element is not in set2
55 Result.insert(*SI);
63 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCExpandPseudos.cpp 61 MachineInstr &SI = *SII;
64 isUInt<6>(SI.getOperand(2).getImm()) ? ARC::ADD_rru6 : ARC::ADD_rrlimm;
65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg)
66 .addReg(SI.getOperand(1).getReg())
67 .addImm(SI.getOperand(2).getImm());
68 BuildMI(*SI.getParent(), SI, SI.getDebugLoc()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Object.h 139 LLVMSectionIteratorRef SI);
160 LLVMSymbolIteratorRef SI);
162 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI);
164 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI);
169 void LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI);
170 void LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI);
173 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
174 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
175 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
176 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips-ftypes.def 41 DEF_MIPS_FTYPE (2, (DI, DI, SI))
42 DEF_MIPS_FTYPE (3, (DI, DI, SI, SI))
46 DEF_MIPS_FTYPE (2, (DI, POINTER, SI))
47 DEF_MIPS_FTYPE (2, (DI, SI, SI))
61 DEF_MIPS_FTYPE (2, (SI, DI, SI))
62 DEF_MIPS_FTYPE (2, (SI, POINTER, SI))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips-ftypes.def 41 DEF_MIPS_FTYPE (2, (DI, DI, SI))
42 DEF_MIPS_FTYPE (3, (DI, DI, SI, SI))
46 DEF_MIPS_FTYPE (2, (DI, POINTER, SI))
47 DEF_MIPS_FTYPE (2, (DI, SI, SI))
61 DEF_MIPS_FTYPE (2, (SI, DI, SI))
62 DEF_MIPS_FTYPE (2, (SI, POINTER, SI))
    [all...]
  /src/external/gpl3/binutils/dist/include/cgen/
basic-modes.h 38 typedef int32_t SI;
48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
  /src/external/gpl3/binutils.old/dist/include/cgen/
basic-modes.h 38 typedef int32_t SI;
48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin-modes.def 28 VECTOR_MODE (INT, SI, 2); /* V2SI - occasionally used. */
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv-modes.def 34 VECTOR_MODE (INT, SI, 4); /* V4SI */
  /src/external/gpl3/gcc/dist/libgcc/
floatunsidf.c 2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>