HomeSort by relevance Sort by last modified time
    Searched refs:ADDE (Results 1 - 25 of 67) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 186 ADDE R11, R5
188 ADDE R11, R6
190 ADDE R11, R7
192 ADDE R11, R1
194 ADDE R4, R4 // save CF
213 ADDE R11, R5
216 ADDE R4, R4 // save CF
249 ADDE R11, R5
251 ADDE R11, R6
253 ADDE R11, R
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 186 ADDE R11, R5
188 ADDE R11, R6
190 ADDE R11, R7
192 ADDE R11, R1
194 ADDE R4, R4 // save CF
213 ADDE R11, R5
216 ADDE R4, R4 // save CF
249 ADDE R11, R5
251 ADDE R11, R6
253 ADDE R11, R
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiAluCode.h 123 case ISD::ADDE:
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 195 case ISD::ADDE: {
199 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
204 if (Opcode == ISD::ADDE) {
MipsSEISelDAGToDAG.cpp 245 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
739 case ISD::ADDE: {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 210 case ISD::ADDE: {
213 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
218 if (Opcode == ISD::ADDE) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 217 ADDE, SUBE,
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_32.c 124 FAIL_IF(push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)));
127 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2));
sljitNativePPC_64.c 245 FAIL_IF(push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)));
249 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2));
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 223 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 ADDE, SUBE,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 236 ADDE R1, R2, R3
242 ADDE R1, R2
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 21 "ADDE",
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 236 ADDE R1, R2, R3
242 ADDE R1, R2
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 21 "ADDE",
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 98 setOperationAction(ISD::ADDE, MVT::i32, Custom);
422 // Expansion of ADDE / SUBE. This is a bit involved since blackfin doesn't have
429 unsigned Opcode = Op.getOpcode()==ISD::ADDE ? BF::ADD : BF::SUB;
471 case ISD::ADDE:
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 75 ADDE, // Add using carry
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 11 "ADDE",

Completed in 1043 milliseconds

1 2 3