HomeSort by relevance Sort by last modified time
    Searched defs:not_carry (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ia32/
assembler-ia32.h 210 not_carry = above_equal, enumerator in enum:v8::internal::Condition
638 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
    [all...]
  /external/v8/src/x64/
assembler-x64.h 287 not_carry = above_equal, enumerator in enum:v8::internal::Condition
618 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;
    [all...]
  /external/v8/src/mips/
constants-mips.h 398 not_carry = Ugreater_equal, enumerator in enum:v8::internal::Condition

Completed in 198 milliseconds