/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/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.cc | 1029 __ testl(dividend, dividend); in DoModByPowerOf2I() local 1089 __ testl(right_reg, right_reg); in DoModI() local 1117 __ testl(left_reg, left_reg); in DoModI() local 1120 __ testl(result_reg, result_reg); in DoModI() local 1187 __ testl(dividend, dividend); in DoFlooringDivByConstI() local 1234 __ testl(divisor, divisor); in DoFlooringDivI() local 1241 __ testl(dividend, dividend); in DoFlooringDivI() local 1243 __ testl(divisor, divisor); in DoFlooringDivI() local 1263 __ testl(remainder, remainder); in DoFlooringDivI() local 1282 __ testl(dividend, dividend); in DoDivByPowerOf2I() local [all …]
|
D | regexp-macro-assembler-x64.cc | 439 __ testl(current_character(), Immediate(mask)); in CheckCharacterAfterAnd() local 453 __ testl(current_character(), Immediate(mask)); in CheckNotCharacterAfterAnd() local
|
D | codegen-x64.cc | 134 __ testl(rax, Immediate(0x400 /* C2 */)); in CreateModuloFunction() local
|
D | code-stubs-x64.cc | 453 __ testl(scratch, scratch); in Generate() local 475 __ testl(exponent, exponent); in Generate() local 2843 __ testl(count, count); in GenerateCopyCharacters() local 2888 __ testl(rax, Immediate(kSmiTagMask)); in Generate() local
|
D | full-codegen-x64.cc | 56 __ testl(rax, Immediate(delta_to_patch_site)); in EmitPatchInfo() local 3806 __ testl(FieldOperand(rax, String::kHashFieldOffset), in EmitHasCachedArrayIndex() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-x64.cc | 315 __ testl(Operand(arg1, 0), r11); in TEST() local
|
/external/chromium_org/v8/src/ic/x64/ |
D | ic-x64.cc | 241 __ testl(hash, Immediate(Name::kContainsCachedArrayIndexMask)); in GenerateKeyNameCheck() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_gas.gperf | 1300 testl, test_insn, 20, SUF_L, 0, 0, 0, 0, CPU_386, 0, 0 keyword
|