Home
last modified time | relevance | path

Searched refs:not_carry (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.h224 not_carry = above_equal, enumerator
550 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
Dmacro-assembler-x87.h458 j(not_carry, is_smi); in SmiUntag()
Dfull-codegen-x87.cc42 EmitJump(not_carry, target, distance); // Always taken before patched. in EmitJumpIfNotSmi()
69 DCHECK(cc == carry || cc == not_carry); in EmitJump()
/external/v8/src/mips64/
Dconstants-mips64.h602 not_carry = Ugreater_equal, enumerator
/external/v8/src/mips/
Dconstants-mips.h588 not_carry = Ugreater_equal, enumerator
/external/v8/src/ia32/
Dassembler-ia32.h232 not_carry = above_equal, enumerator
561 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
Dmacro-assembler-ia32.h486 j(not_carry, is_smi); in SmiUntag()
Dfull-codegen-ia32.cc42 EmitJump(not_carry, target, distance); // Always taken before patched. in EmitJumpIfNotSmi()
69 DCHECK(cc == carry || cc == not_carry); in EmitJump()
Dlithium-codegen-ia32.cc3831 __ j(not_carry, &zero, Label::kNear); in DoMathLog()
/external/v8/src/x64/
Dassembler-x64.h311 not_carry = above_equal, enumerator
608 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
Dfull-codegen-x64.cc42 EmitJump(not_carry, target, near_jump); // Always taken before patched. in EmitJumpIfNotSmi()
69 DCHECK(cc == carry || cc == not_carry); in EmitJump()
Dlithium-codegen-x64.cc3939 __ j(not_carry, &zero, Label::kNear); in DoMathLog()
/external/v8/src/ic/ia32/
Dic-ia32.cc978 : (*jmp_address == Assembler::kJnzShortOpcode ? not_carry : carry); in PatchInlinedSmiCode()
/external/v8/src/ic/x87/
Dic-x87.cc980 : (*jmp_address == Assembler::kJnzShortOpcode ? not_carry : carry); in PatchInlinedSmiCode()
/external/v8/src/ic/x64/
Dic-x64.cc984 : (*jmp_address == Assembler::kJnzShortOpcode ? not_carry : carry); in PatchInlinedSmiCode()
/external/v8/test/cctest/
Dtest-macro-assembler-x64.cc64 using i::not_carry;