Searched defs:Movn (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 214 __ Movn(a0, t3, t0); // Move a0<-t3 (t0 is NOT 0). in TEST() local
|
D | test-assembler-mips64.cc | 224 __ Movn(a0, a7, a4); // Move a0<-a7 (a4 is NOT 0). in TEST() local
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.cc | 1907 __ Movn(result_reg, right_reg, scratch); in DoMathMinMax() local 1910 __ Movn(result_reg, left_reg, scratch); in DoMathMinMax() local 3390 __ Movn(result, fp, temp); // Move only if temp is not equal to zero (ne). in DoArgumentsElements() local
|
D | code-stubs-mips64.cc | 299 __ Movn(the_int(), at, sign()); in Generate() local 3386 __ Movn(scratch1, scratch2, scratch4); in GenerateCompareFlatOneByteStrings() local
|
D | macro-assembler-mips64.cc | 1615 void MacroAssembler::Movn(Register rd, Register rs, Register rt) { in Movn() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 1939 __ Movn(result_reg, right_reg, scratch); in DoMathMinMax() local 1942 __ Movn(result_reg, left_reg, scratch); in DoMathMinMax() local 3365 __ Movn(result, fp, temp); // Move only if temp is not equal to zero (ne). in DoArgumentsElements() local
|
D | code-stubs-mips.cc | 303 __ Movn(the_int(), at, sign()); in Generate() local 3349 __ Movn(scratch1, scratch2, scratch4); in GenerateCompareFlatOneByteStrings() local
|
D | macro-assembler-mips.cc | 1507 void MacroAssembler::Movn(Register rd, Register rs, Register rt) { in Movn() function in v8::internal::MacroAssembler
|