Home
last modified time | relevance | path

Searched refs:CleanUInt32 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc564 #define CleanUInt32(x) __ ClearLeftImm(x, x, Operand(32)) macro
566 #define CleanUInt32(x) macro
587 CleanUInt32(offset); \
612 CleanUInt32(offset); \
638 CleanUInt32(offset); \
663 CleanUInt32(offset); \
688 CleanUInt32(offset); \
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc497 __ CleanUInt32(offset); \
516 __ CleanUInt32(offset); \
535 __ CleanUInt32(offset); \
555 __ CleanUInt32(offset); \
574 __ CleanUInt32(offset); \
/external/v8/src/s390/
Dmacro-assembler-s390.h415 void CleanUInt32(Register x) { in CleanUInt32() function