Movz 2036 src/mips/code-stubs-mips.cc __ Movz(tos_, zero_reg, at); Movz 5100 src/mips/code-stubs-mips.cc __ Movz(t9, t1, a0); // If UC16 (a0 is 0), replace t9 w/kDataUC16CodeOffset. Movz 6142 src/mips/code-stubs-mips.cc __ Movz(hash, at, hash); Movz 6563 src/mips/code-stubs-mips.cc __ Movz(v0, a1, a2); // If first is empty, return second (from a1). Movz 1402 src/mips/full-codegen-mips.cc __ Movz(v0, a0, at); // Conditional move: return Undefined if TheHole. Movz 1494 src/mips/full-codegen-mips.cc __ Movz(v0, a0, at); // Conditional move: Undefined if TheHole. Movz 2713 src/mips/lithium-codegen-mips.cc __ Movz(result, scratch, temp); // Move only if temp is equal to zero (eq). Movz 1389 src/mips/macro-assembler-mips.cc Movz(scratch, scratch2, dest); Movz 1456 src/mips/macro-assembler-mips.cc Movz(result, zero_reg, scratch); Movz 1520 src/mips/macro-assembler-mips.cc Movz(result, input_high, scratch); Movz 251 src/mips/macro-assembler-mips.h void Movz(Register rd, Register rs, Register rt); Movz 1017 src/mips/stub-cache-mips.cc __ Movz(fval, scratch2, scratch1); // Only if ival is equal to 1. Movz 3848 src/mips/stub-cache-mips.cc __ Movz(t5, t0, t1); // Set t5 to 0x7ff only if t5 is equal to 0xff. Movz 4148 src/mips/stub-cache-mips.cc __ Movz(t6, t2, t1); // Only if t6 is equal to t5. Movz 4216 src/mips/stub-cache-mips.cc __ Movz(t3, zero_reg, t6); // Only if t6 is equal to zero. Movz 4220 src/mips/stub-cache-mips.cc __ Movz(t3, zero_reg, t2); // Only if t6 is equal to t5. Movz 4234 src/mips/stub-cache-mips.cc __ Movz(t3, t2, t1); // Only if t6 is ge meaningfull_bits - 1. Movz 4245 src/mips/stub-cache-mips.cc __ Movz(t3, t2, t1); // Only if t6 is positive. Movz 4257 src/mips/stub-cache-mips.cc __ Movz(t3, t2, t5); // Only if t5 is zero. Movz 233 test/cctest/test-assembler-mips.cc __ Movz(a0, t6, t7); // a0 not updated (t7 is NOT 0). Movz 236 test/cctest/test-assembler-mips.cc __ Movz(a0, t6, v1); // a0<-t6, v0 is 0, from 8 instr back.