Searched defs:testl (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/MC/X86/ |
D | x86-32.s | 510 testl %ecx, -24(%ebp) label 512 testl -24(%ebp), %ecx label
|
D | x86-16.s | 396 testl %ecx, -24(%ebp) label 398 testl -24(%ebp), %ecx label
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 956 __ 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/ |
D | regexp-macro-assembler-x64.cc | 457 __ testl(current_character(), Immediate(mask)); in CheckCharacterAfterAnd() local 471 __ testl(current_character(), Immediate(mask)); in CheckNotCharacterAfterAnd() local
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 453 __ 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
|
D | builtins-x64.cc | 2143 __ testl(rbx, rbx); in Generate_PushBoundArguments() local
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 264 __ testl(hash, Immediate(Name::kContainsCachedArrayIndexMask)); in GenerateKeyNameCheck() local
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 52 __ testl(rax, Immediate(delta_to_patch_site)); in EmitPatchInfo() local 3580 __ testl(FieldOperand(rax, String::kHashFieldOffset), in EmitHasCachedArrayIndex() local
|
/external/v8/test/cctest/ |
D | test-assembler-x64.cc | 316 __ testl(Operand(arg1, 0), r11); in TEST() local
|