HomeSort by: relevance | last modified time | path
    Searched refs:indirection (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-m32c.c 216 enum indirect_type indirection [3] = { none, none, none };
229 indirection[operand] = absolute;
231 indirection[operand] = relative;
233 indirection[operand] = relative;
236 if (indirection[1] == none && indirection[2] == none)
254 if (indirection[operand] != none)
262 else if (s[0] == ']' && s[1] == ']' && indirection[operand] == relative)
267 else if (s[0] == ']' && indirection[operand] == absolute)
290 if (indirection[1] != none && indirection[2] != none
214 enum indirect_type indirection [3] = { none, none, none }; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32c.c 216 enum indirect_type indirection [3] = { none, none, none };
229 indirection[operand] = absolute;
231 indirection[operand] = relative;
233 indirection[operand] = relative;
236 if (indirection[1] == none && indirection[2] == none)
254 if (indirection[operand] != none)
262 else if (s[0] == ']' && s[1] == ']' && indirection[operand] == relative)
267 else if (s[0] == ']' && indirection[operand] == absolute)
290 if (indirection[1] != none && indirection[2] != none
214 enum indirect_type indirection [3] = { none, none, none }; local
    [all...]
  /src/usr.bin/make/unit-tests/
dep-var.mk 25 # Try out how many levels of indirection are really expanded in dependency
28 # The first level of indirection is the $$ in the dependency line.
varmod-loop-varname.mk 27 # the extra indirection via the modifier ':U'.
var-op-expand.mk 225 # here, due to the double indirection. The variable 'indirect' is supposed to
varmod-indirect.mk 24 # Adding another level of indirection (the 2 nested :U expressions) helps.
  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.cc 1360 indirection:
1386 goto indirection;
1418 indirection:
1443 goto indirection;
1675 /* handle another level of indirection ! */
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 1360 indirection:
1386 goto indirection;
1418 indirection:
1443 goto indirection;
1675 /* handle another level of indirection ! */
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 2209 indirection on the architecture's assembly.
2210 For example, on x86 the register indirection is written as:
2216 Please note that we use the indirection prefix also for register
2228 indirection on the architecture's assembly.
2229 For example, on x86 the register indirection is written as:
2235 Please note that we use the indirection suffix also for register
2276 - Register indirection, e.g. `(%eax)' on x86
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 2237 indirection on the architecture's assembly.
2238 For example, on x86 the register indirection is written as:
2244 Please note that we use the indirection prefix also for register
2256 indirection on the architecture's assembly.
2257 For example, on x86 the register indirection is written as:
2263 Please note that we use the indirection suffix also for register
2304 - Register indirection, e.g. `(%eax)' on x86

Completed in 26 milliseconds