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

  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 516 #define TOS sp[0]
522 #define PUSH(x,y,z) TOS.symbol = x; TOS.section = y; TOS.value = z; INC;
523 #define POP(x,y,z) DEC; x = TOS.symbol; y = TOS.section; z = TOS.value;
2540 int *tos = stack; local
    [all...]

Completed in 170 milliseconds