/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32.s | 472 testl %ecx, -24(%ebp) label 474 testl -24(%ebp), %ecx label
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 396 testl %ecx, -24(%ebp) label 398 testl -24(%ebp), %ecx label
|
D | x86-32.s | 510 testl %ecx, -24(%ebp) label 512 testl -24(%ebp), %ecx label
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 904 __ testl(dividend, dividend); in DoModByPowerOf2I() local 964 __ testl(right_reg, right_reg); in DoModI() local 992 __ testl(left_reg, left_reg); in DoModI() local 995 __ testl(result_reg, result_reg); in DoModI() local 1062 __ testl(dividend, dividend); in DoFlooringDivByConstI() local 1109 __ testl(divisor, divisor); in DoFlooringDivI() local 1116 __ testl(dividend, dividend); in DoFlooringDivI() local 1118 __ testl(divisor, divisor); in DoFlooringDivI() local 1138 __ testl(remainder, remainder); in DoFlooringDivI() local 1157 __ testl(dividend, dividend); in DoDivByPowerOf2I() local [all …]
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1349 __ testl(kScratchRegister, Immediate(1)); in AssembleArchInstruction() local 1379 __ testl(kScratchRegister, Immediate(1)); in AssembleArchInstruction() local 1404 __ testl(kScratchRegister, Immediate(1)); in AssembleArchInstruction() local 1434 __ testl(kScratchRegister, Immediate(1)); in AssembleArchInstruction() local
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 464 __ testl(current_character(), Immediate(mask)); in CheckCharacterAfterAnd() local 478 __ testl(current_character(), Immediate(mask)); in CheckNotCharacterAfterAnd() local
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 304 __ testl(scratch, scratch); in Generate() local 326 __ testl(exponent, exponent); in Generate() local 1987 __ testl(count, count); in GenerateCopyCharacters() local 3565 __ testl(FieldOperand(rcx, Map::kBitField3Offset), in Generate() local 3593 __ testl(FieldOperand(rcx, Map::kBitField3Offset), in Generate() local
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1808 __ testl(kScratchRegister, Immediate(1)); in Generate_MathMaxMin() local 2630 __ testl(rbx, rbx); in Generate_PushBoundArguments() local
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 53 __ testl(rax, Immediate(delta_to_patch_site)); in EmitPatchInfo() local
|