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

  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 79 #define UO1(v) rx_op (v, 1, RXREL_UNSIGNED); rx_range (v, 0, 255)
344 { B2 (0x75, 0x50); F ($5, 12, 4); UO1 ($3); }
376 { B2 (0x75, 0x40); F ($6, 12, 4); UO1 ($4); }
384 { B2 (0x75, 0x40); F ($5, 12, 4); UO1 ($3); }
433 { B2(0x75, 0x60), UO1 ($3); }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 373 const Value *UO1 = GetUnderlyingObject(P1, DL),
378 if (UO1 != UO2)
    [all...]

Completed in 211 milliseconds