| /src/external/gpl3/gcc/dist/gcc/ |
| reg-stack.cc | 846 int other_reg; /* swap regno temps */ 866 other_reg = regstack->top - (hard_regno - FIRST_STACK_REG); 867 std::swap (regstack->reg[regstack->top], regstack->reg[other_reg]); 836 int other_reg; \/* swap regno temps *\/ local
|
| ira.cc | 5275 rtx other_reg = pseudo_replaced_reg[idx]; 5283 if (!other_reg) 5286 /* The use must follow all definitions of OTHER_REG, so we can 5288 df_ref other_def = DF_REG_DEF_CHAIN (REGNO (other_reg)); 5296 REGNO (other_reg), INSN_UID (def_insn)); 5299 while ((other_def = DF_REG_DEF_CHAIN (REGNO (other_reg)))) 5304 success = validate_change (newinsn, &SET_DEST (set), other_reg, 0); 5251 rtx other_reg = pseudo_replaced_reg[idx]; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reg-stack.cc | 846 int other_reg; /* swap regno temps */ 866 other_reg = regstack->top - (hard_regno - FIRST_STACK_REG); 867 std::swap (regstack->reg[regstack->top], regstack->reg[other_reg]); 836 int other_reg; \/* swap regno temps *\/ local
|
| ira.cc | 5250 rtx other_reg = pseudo_replaced_reg[idx]; 5258 if (!other_reg) 5261 /* The use must follow all definitions of OTHER_REG, so we can 5263 df_ref other_def = DF_REG_DEF_CHAIN (REGNO (other_reg)); 5271 REGNO (other_reg), INSN_UID (def_insn)); 5274 while ((other_def = DF_REG_DEF_CHAIN (REGNO (other_reg)))) 5279 success = validate_change (newinsn, &SET_DEST (set), other_reg, 0); 5226 rtx other_reg = pseudo_replaced_reg[idx]; local
|
| /src/sys/lib/libunwind/ |
| Registers.hpp | 1044 // these live in other_reg[] 1079 return other_reg[num - REGNO_MIPS_MDHI]; 1086 other_reg[num - REGNO_MIPS_MDHI] = value; 1114 uint32_t other_reg[3]; member in class:_Unwind::Registers_MIPS 1134 // these live in other_reg[] 1169 return other_reg[num - REGNO_MIPS64_MDHI]; 1176 other_reg[num - REGNO_MIPS64_MDHI] = value; 1204 uint64_t other_reg[3]; member in class:_Unwind::Registers_MIPS64
|