Searched refs:not_sign (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h76 not_sign = 9, enumerator in enum:Condition
88 positive = not_sign
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc312 __ j(not_sign, &Ljcc);
331 __ j(not_sign, &Ljcc);
H A Dtest-disasm-ia32.cc312 __ j(not_sign, &Ljcc);
331 __ j(not_sign, &Ljcc);
443 __ cmov(not_sign, eax, Operand(ecx, 1));
H A Dtest-disasm-x64.cc282 __ j(not_sign, &Ljcc);
301 __ j(not_sign, &Ljcc);
408 __ cmovq(not_sign, rax, Operand(rcx, 1));
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc349 __ j(not_sign, &loop);
447 __ j(not_sign, &loop);
H A Dassembler-x64.h315 not_sign = positive,
H A Dlithium-codegen-x64.cc1030 __ j(not_sign, &dividend_is_not_negative, Label::kNear);
1118 __ j(not_sign, &positive_left, Label::kNear);
3659 __ j(not_sign, &is_positive, Label::kNear);
3670 __ j(not_sign, &is_positive, Label::kNear);
/external/chromium_org/v8/src/x87/
H A Dcodegen-x87.cc321 __ j(not_sign, &loop);
431 __ j(not_sign, &loop);
H A Dassembler-x87.h228 not_sign = positive
H A Dbuiltins-x87.cc852 __ j(not_sign, &loop); // While non-negative (to copy return address).
H A Dlithium-codegen-x87.cc1410 __ j(not_sign, &dividend_is_not_negative, Label::kNear);
1497 __ j(not_sign, &positive_left, Label::kNear);
3857 __ j(not_sign, &is_positive, Label::kNear);
H A Dmacro-assembler-x87.cc286 j(not_sign, &done, Label::kNear);
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h595 not_sign = positive,
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.h609 not_sign = positive,
/external/chromium_org/v8/src/ia32/
H A Dcodegen-ia32.cc656 __ j(not_sign, &loop);
779 __ j(not_sign, &loop);
H A Dassembler-ia32.h236 not_sign = positive
H A Dbuiltins-ia32.cc852 __ j(not_sign, &loop); // While non-negative (to copy return address).
H A Dlithium-codegen-ia32.cc1118 __ j(not_sign, &dividend_is_not_negative, Label::kNear);
1205 __ j(not_sign, &positive_left, Label::kNear);
3570 __ j(not_sign, &is_positive, Label::kNear);
H A Dmacro-assembler-ia32.cc355 j(not_sign, &done, Label::kNear);

Completed in 865 milliseconds