Searched refs:isAdd (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp442 bool isAdd = true; local
447 isAdd = false;
453 isAdd = false;
457 return isAdd;
727 bool isAdd = true; local
733 isAdd = false ; // 'U' bit is set as part of the fixup.
752 isAdd = false;
757 isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm12, Fixups);
761 if (isAdd)
782 bool isAdd local
807 bool isAdd = true; local
933 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; local
976 bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add; local
996 bool isAdd = MO1.getImm() != 0; local
1010 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; local
1045 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; local
1101 bool isAdd; local
[all...]
H A DARMAsmBackend.cpp299 bool isAdd = true; local
302 isAdd = false;
306 Value |= isAdd << 23;
476 bool isAdd = true; local
479 isAdd = false;
485 return Value | (isAdd << 23);
494 bool isAdd = true; local
497 isAdd = false;
503 Value |= isAdd << 23;
/external/chromium/chrome/browser/resources/net_internals/
H A Dutil.js79 function changeClassName(node, classNameToAddOrRemove, isAdd) {
83 if (isAdd) {
/external/webkit/Tools/Scripts/
H A Dprepare-ChangeLog1363 my ($file, $isAdd, $original) = @_;
1366 if ($isAdd) {
1459 my $isAdd = isAddedStatus($status);
1460 $propertyChanges = determinePropertyChanges($file, $isAdd, $original) if isModifiedStatus($propertyStatus) || $isAdd;
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp381 bool isAdd; member in struct:__anon8852::ARMOperand::__anon8853::__anon8867
1745 ARM_AM::getAM3Opc(PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub, 0);
1922 bool isAdd = Imm >= 0; local
1924 Imm = (Imm < 0 ? -Imm : Imm) | (int)isAdd << 8;
1933 bool isAdd = Imm >= 0; local
1936 Imm = ((Imm < 0 ? -Imm : Imm) / 4) | (int)isAdd << 8;
1943 Inst.addOperand(MCOperand::CreateImm(PostIdxReg.isAdd));
1951 ARM_AM::AddrOpc opc = PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub;
2286 static ARMOperand *CreatePostIdxReg(unsigned RegNum, bool isAdd, argument
2292 Op->PostIdxReg.isAdd
3776 bool isAdd = true; local
3855 bool isAdd = true; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h532 Bool isAdd; /* else sub */ member in struct:__anon13211::__anon13212::__anon13216
H A Dhost_ppc_defs.c763 PPCInstr* PPCInstr_AddSubC ( Bool isAdd, Bool setC, argument
767 i->Pin.AddSubC.isAdd = isAdd;
1271 i->Pin.AddSubC.isAdd ? "add" : "sub",
2876 Bool isAdd = i->Pin.AddSubC.isAdd; local
2882 if (isAdd) {
H A Dguest_x86_toIR.c11695 Bool isAdd = insn[2] == 0x7C; local
11696 HChar* str = isAdd ? "add" : "sub";
11722 binop(isAdd ? Iop_Add32Fx4 : Iop_Sub32Fx4,
11738 Bool isAdd = insn[1] == 0x7C; local
11739 HChar* str = isAdd ? "add" : "sub";
11766 binop(isAdd ? Iop_Add64Fx2 : Iop_Sub64Fx2,
H A Dguest_amd64_toIR.c13095 Bool isAdd = insn[1] == 0x7C; local
13096 HChar* str = isAdd ? "add" : "sub";
13122 binop(isAdd ? Iop_Add32Fx4 : Iop_Sub32Fx4,
13139 Bool isAdd = insn[1] == 0x7C; local
13140 HChar* str = isAdd ? "add" : "sub";
13167 binop(isAdd ? Iop_Add64Fx2 : Iop_Sub64Fx2,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h160 virtual bool isAdd() const { return false; } function in class:JSC::ExpressionNode
859 virtual bool isAdd() const { return true; } function in class:JSC::AddNode
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp861 ASSERT(isAdd());
874 while (leftMostAddChild->isAdd() && leftMostAddChild->resultDescriptor().definitelyIsString()) {
953 if (opcodeID == op_add && m_expr1->isAdd() && m_expr1->resultDescriptor().definitelyIsString())
1107 if (m_right->isAdd() && m_right->resultDescriptor().definitelyIsString())
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp331 bool isAdd = true; local
334 isAdd = false;

Completed in 1128 milliseconds