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

  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 636 #define CleanUInt32(x) __ ClearLeftImm(x, x, Operand(32))
638 #define CleanUInt32(x)
659 CleanUInt32(offset); \
684 CleanUInt32(offset); \
710 CleanUInt32(offset); \
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 480 void CleanUInt32(Register x) {
    [all...]

Completed in 149 milliseconds