Home
last modified time | relevance | path

Searched defs:testl (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/MC/X86/
Dx86-32.s510 testl %ecx, -24(%ebp) label
512 testl -24(%ebp), %ecx label
Dx86-16.s396 testl %ecx, -24(%ebp) label
398 testl -24(%ebp), %ecx label
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc956 __ testl(dividend, dividend); in DoModByPowerOf2I() local
1016 __ testl(right_reg, right_reg); in DoModI() local
1044 __ testl(left_reg, left_reg); in DoModI() local
1047 __ testl(result_reg, result_reg); in DoModI() local
1114 __ testl(dividend, dividend); in DoFlooringDivByConstI() local
1161 __ testl(divisor, divisor); in DoFlooringDivI() local
1168 __ testl(dividend, dividend); in DoFlooringDivI() local
1170 __ testl(divisor, divisor); in DoFlooringDivI() local
1190 __ testl(remainder, remainder); in DoFlooringDivI() local
1209 __ testl(dividend, dividend); in DoDivByPowerOf2I() local
[all …]
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc457 __ testl(current_character(), Immediate(mask)); in CheckCharacterAfterAnd() local
471 __ testl(current_character(), Immediate(mask)); in CheckNotCharacterAfterAnd() local
/external/v8/src/x64/
Dcode-stubs-x64.cc453 __ testl(scratch, scratch); in Generate() local
475 __ testl(exponent, exponent); in Generate() local
2725 __ testl(count, count); in GenerateCopyCharacters() local
2770 __ testl(rax, Immediate(kSmiTagMask)); in Generate() local
2990 __ testl(FieldOperand(rax, String::kHashFieldOffset), in Generate() local
4959 __ testl(cell_details_reg, in Generate() local
Dbuiltins-x64.cc2143 __ testl(rbx, rbx); in Generate_PushBoundArguments() local
/external/v8/src/ic/x64/
Dic-x64.cc264 __ testl(hash, Immediate(Name::kContainsCachedArrayIndexMask)); in GenerateKeyNameCheck() local
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc52 __ testl(rax, Immediate(delta_to_patch_site)); in EmitPatchInfo() local
3580 __ testl(FieldOperand(rax, String::kHashFieldOffset), in EmitHasCachedArrayIndex() local
/external/v8/test/cctest/
Dtest-assembler-x64.cc316 __ testl(Operand(arg1, 0), r11); in TEST() local