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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 218 bool isAdd = true;
221 isAdd = false;
224 Value |= isAdd << 23;
369 bool isAdd = true;
372 isAdd = false;
377 Value |= isAdd << 23;
ARMMCCodeEmitter.cpp 439 bool isAdd = true;
444 isAdd = false;
450 isAdd = false;
454 return isAdd;
705 bool isAdd = true;
711 isAdd = false ; // 'U' bit is set as part of the fixup.
729 isAdd = false;
734 isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm12, Fixups);
738 if (isAdd)
759 bool isAdd = Imm8 >= 0
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 756 PPCInstr* PPCInstr_AddSubC ( Bool isAdd, Bool setC,
760 i->Pin.AddSubC.isAdd = isAdd;
    [all...]
host_ppc_defs.h 531 Bool isAdd; /* else sub */
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 160 virtual bool isAdd() const { return false; }
859 virtual bool isAdd() const { return true; }
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 350 bool isAdd;
    [all...]

Completed in 2019 milliseconds