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

  /src/external/gpl3/gcc/dist/gcc/
reg-stack.cc 47 FIRST_STACK_REG references the top of stack, FIRST_STACK_REG + 1,
54 A "push" or "load" insn is a SET whose SET_DEST is FIRST_STACK_REG
58 A store insn is a SET whose SET_DEST is FIRST_STACK_REG, and whose
61 The case where the SET_SRC and SET_DEST are both FIRST_STACK_REG
63 for FIRST_STACK_REG differentiates between a load insn and a pop.
190 #define REG_STACK_SIZE (LAST_STACK_REG - FIRST_STACK_REG + 1)
242 FP_mode_reg[LAST_STACK_REG+1-FIRST_STACK_REG][(int) MAX_MACHINE_MODE];
245 (FP_mode_reg[(regno)-FIRST_STACK_REG][(int) (mode)])
386 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top
    [all...]
sel-sched-ir.cc 2504 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG))
2658 if (IN_RANGE (DF_REF_REGNO (def), FIRST_STACK_REG, LAST_STACK_REG))
2707 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG))
2708 SET_REGNO_REG_SET (IDATA_REG_SETS (id), FIRST_STACK_REG);
2732 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG))
2733 SET_REGNO_REG_SET (IDATA_REG_USES (id), FIRST_STACK_REG);
  /src/external/gpl3/gcc.old/dist/gcc/
reg-stack.cc 47 FIRST_STACK_REG references the top of stack, FIRST_STACK_REG + 1,
54 A "push" or "load" insn is a SET whose SET_DEST is FIRST_STACK_REG
58 A store insn is a SET whose SET_DEST is FIRST_STACK_REG, and whose
61 The case where the SET_SRC and SET_DEST are both FIRST_STACK_REG
63 for FIRST_STACK_REG differentiates between a load insn and a pop.
190 #define REG_STACK_SIZE (LAST_STACK_REG - FIRST_STACK_REG + 1)
242 FP_mode_reg[LAST_STACK_REG+1-FIRST_STACK_REG][(int) MAX_MACHINE_MODE];
245 (FP_mode_reg[(regno)-FIRST_STACK_REG][(int) (mode)])
386 temp_stack.reg[top] = FIRST_STACK_REG + temp_stack.top - top
    [all...]
sel-sched-ir.cc 2504 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG))
2658 if (IN_RANGE (DF_REF_REGNO (def), FIRST_STACK_REG, LAST_STACK_REG))
2707 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG))
2708 SET_REGNO_REG_SET (IDATA_REG_SETS (id), FIRST_STACK_REG);
2732 if (IN_RANGE (regno, FIRST_STACK_REG, LAST_STACK_REG))
2733 SET_REGNO_REG_SET (IDATA_REG_USES (id), FIRST_STACK_REG);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 1225 #define FIRST_STACK_REG ST0_REG
1509 #define STACK_REGNO_P(N) IN_RANGE ((N), FIRST_STACK_REG, LAST_STACK_REG)
1552 #define FIRST_FLOAT_REG FIRST_STACK_REG
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 1173 #define FIRST_STACK_REG ST0_REG
1423 #define STACK_REGNO_P(N) IN_RANGE ((N), FIRST_STACK_REG, LAST_STACK_REG)
1466 #define FIRST_FLOAT_REG FIRST_STACK_REG

Completed in 41 milliseconds