HomeSort by relevance Sort by last modified time
    Searched refs:HasS (Results 1 - 4 of 4) sorted by null

  /external/v8/src/arm/
simulator-arm.cc     [all...]
constants-arm.h 449 // return ((type == 0) || (type == 1)) && instr->HasS();
648 inline bool HasS() const { return SValue() == 1; }
disasm-arm.cc 630 if (instr->HasS()) {
954 if (instr->HasS()) {
962 if (instr->HasS()) {
972 if (instr->HasS()) {
980 if (instr->HasS()) {
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 234 // return ((type == 0) || (type == 1)) && instr->HasS();
431 bool HasS() const { return SField() == 1; }

Completed in 592 milliseconds