HomeSort by relevance Sort by last modified time
    Searched defs:temps (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/
tcg.h 264 TCGTemp *temps; /* globals first, temps after */ member in struct:TCGContext
267 /* index of free temps, -1 if none */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 959 tree temps; member in struct:gimplify_ctx
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 959 tree temps; member in struct:gimplify_ctx
    [all...]
  /external/qemu/target-arm/
translate.c 135 static TCGv temps[MAX_TEMPS]; variable
144 if (GET_TCGV_I32(temps[num_temps]))
145 return temps[num_temps++];
148 temps[num_temps++] = tmp;
158 if (TCGV_EQUAL(temps[i], tmp))
162 while (!TCGV_EQUAL(temps[i], tmp))
165 temps[i] = temps[i + 1];
168 temps[i] = tmp;
    [all...]

Completed in 141 milliseconds