Home
last modified time | relevance | path

Searched defs:isAdd (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp600 bool isAdd = true; in EncodeAddrModeOpValues() local
981 bool isAdd = true; in getAddrModeImm12OpValue() local
1042 bool isAdd = Imm >= 0; in getT2ScaledImmOpValue() local
1091 bool isAdd = Imm >= 0; in getMveAddrModeQOpValue() local
1118 bool isAdd = true; in getT2AddrModeImm8s4OpValue() local
1161 bool isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm7, Fixups, STI); in getT2AddrModeImm7s4OpValue() local
1258 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue() local
1292 bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add; in getAddrMode2OffsetOpValue() local
1313 bool isAdd = MO1.getImm() != 0; in getPostIdxRegOpValue() local
1328 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; in getAddrMode3OffsetOpValue() local
[all …]
H A DARMAsmBackend.cpp501 bool isAdd = true; in adjustFixupValue() local
730 bool isAdd = true; in adjustFixupValue() local
750 bool isAdd = true; in adjustFixupValue() local
777 bool isAdd = true; in adjustFixupValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp606 bool isAdd = true; in EncodeAddrModeOpValues() local
987 bool isAdd = true; in getAddrModeImm12OpValue() local
1044 bool isAdd = Imm >= 0; in getT2ScaledImmOpValue() local
1093 bool isAdd = Imm >= 0; in getMveAddrModeQOpValue() local
1120 bool isAdd = true; in getT2AddrModeImm8s4OpValue() local
1162 bool isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm7, Fixups, STI); in getT2AddrModeImm7s4OpValue() local
1259 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue() local
1293 bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add; in getAddrMode2OffsetOpValue() local
1314 bool isAdd = MO1.getImm() != 0; in getPostIdxRegOpValue() local
1329 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; in getAddrMode3OffsetOpValue() local
[all …]
H A DARMAsmBackend.cpp485 bool isAdd = true; in adjustFixupValue() local
714 bool isAdd = true; in adjustFixupValue() local
734 bool isAdd = true; in adjustFixupValue() local
761 bool isAdd = true; in adjustFixupValue() local
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp560 bool isAdd = true; in EncodeAddrModeOpValues() local
879 bool isAdd = true; in getAddrModeImm12OpValue() local
937 bool isAdd = Imm8 >= 0; in getT2Imm8s4OpValue() local
963 bool isAdd = true; in getT2AddrModeImm8s4OpValue() local
1075 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue() local
1109 bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add; in getAddrMode2OffsetOpValue() local
1130 bool isAdd = MO1.getImm() != 0; in getPostIdxRegOpValue() local
1145 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; in getAddrMode3OffsetOpValue() local
1181 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; in getAddrMode3OpValue() local
1241 bool isAdd; in getAddrMode5OpValue() local
[all …]
H A DARMAsmBackend.cpp410 bool isAdd = true; in adjustFixupValue() local
610 bool isAdd = true; in adjustFixupValue() local
630 bool isAdd = true; in adjustFixupValue() local
657 bool isAdd = true; in adjustFixupValue() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java446 private static boolean validateSsid(String ssid, boolean isAdd) { in validateSsid()
521 public static boolean validatePassword(String password, boolean isAdd, boolean isSae, in validatePassword()
586 private static boolean validateWepKeys(String[] wepKeys, int wepTxKeyIndex, boolean isAdd) { in validateWepKeys()
760 boolean isAdd) { in validate()
1300 private static boolean validateEnterpriseConfig(WifiConfiguration config, boolean isAdd) { in validateEnterpriseConfig()
/aosp_15_r20/external/ot-br-posix/src/mdns/
H A Dmdns_mdnssd.cpp1268 bool isAdd = (aFlags & kDNSServiceFlagsAdd) != 0; in HandleGetAddrInfoResult() local
1350 bool isAdd = (aFlags & kDNSServiceFlagsAdd) != 0; in HandleResolveResult() local
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dmulticast_routing.cpp159 void MulticastRoutingManager::UpdateMldReport(const Ip6::Address &aAddress, bool isAdd) in UpdateMldReport()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DFraction.java476 private Fraction addSub(Fraction fraction, boolean isAdd) { in addSub()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fraction/
H A DFraction.java479 private Fraction addSub(Fraction fraction, boolean isAdd) { in addSub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DGenericMachineInstrs.h374 bool isAdd() const { in isAdd() function
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/math/
H A DFraction.java719 private Fraction addSub(final Fraction fraction, final boolean isAdd) { in addSub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DGenericMachineInstrs.h389 bool isAdd() const { in isAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DGenericMachineInstrs.h389 bool isAdd() const { in isAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrDesc.h279 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrDesc.h279 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h277 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrDesc.h279 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrDesc.h279 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h283 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp421 bool isAdd = (UpdOpc == Hexagon::A2_addi || UpdOpc == Hexagon::A2_addp); in findInductionRegister() local
1602 bool isAdd = (UpdOpc == Hexagon::A2_addi || UpdOpc == Hexagon::A2_addp); in fixupInductionVariable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DGenericMachineInstrs.h411 bool isAdd() const { in isAdd() function
/aosp_15_r20/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp524 bool isAdd; member
2392 bool isAdd = Imm >= 0; in addPostIdxImm8Operands() local
2403 bool isAdd = Imm >= 0; in addPostIdxImm8s4Operands() local
2822 CreatePostIdxReg(unsigned RegNum, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
4647 bool isAdd = true; in parsePostIdxReg() local
4729 bool isAdd = true; in parseAM3Offset() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp795 bool isAdd; member
3095 bool isAdd = Imm >= 0; in addPostIdxImm8Operands() local
3106 bool isAdd = Imm >= 0; in addPostIdxImm8s4Operands() local
3644 CreatePostIdxReg(unsigned RegNum, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
5441 bool isAdd = true; in parsePostIdxReg() local
5523 bool isAdd = true; in parseAM3Offset() local

1234