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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 201 // like ADDC/SUBC, which indicate the carry result is always false.
208 ADDC, SUBC,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 70 SUBC R1, R2 // b90b0021
71 SUBC $1, R1, R2 // ec21ffff00db
72 SUBC R2, R3, R4 // b9eb2043
162 SUBC (R1), R2 // e3201000000b
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 70 SUBC R1, R2 // b90b0021
71 SUBC $1, R1, R2 // ec21ffff00db
72 SUBC R2, R3, R4 // b9eb2043
162 SUBC (R1), R2 // e3201000000b
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 315 // (same as addVV except for SUBC/SUBE instead of ADDC/ADDE and label names)
424 SUBC R4, R11 // restore CF
449 SUBC R4, R11 // restore CF
468 // (same as addVV except for SUBC/SUBE instead of ADDC/ADDE and label names)
490 SUBC R4, R11 // restore CF
516 SUBC R4, R11 // restore CF
864 SUBC R4, R5 //SLGR -> SUBC
885 SUBC R4, R5
900 // (same as addVW except for SUBC/SUBE instead of ADDC/ADDE and label names
    [all...]
arith_ppc64x.s 38 SUBC R0, R0 // clear CA
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 315 // (same as addVV except for SUBC/SUBE instead of ADDC/ADDE and label names)
424 SUBC R4, R11 // restore CF
449 SUBC R4, R11 // restore CF
468 // (same as addVV except for SUBC/SUBE instead of ADDC/ADDE and label names)
490 SUBC R4, R11 // restore CF
516 SUBC R4, R11 // restore CF
864 SUBC R4, R5 //SLGR -> SUBC
885 SUBC R4, R5
900 // (same as addVW except for SUBC/SUBE instead of ADDC/ADDE and label names
    [all...]
arith_ppc64x.s 38 SUBC R0, R0 // clear CA
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 207 /// like ADDC/SUBC, which indicate the carry result is always false.
214 ADDC, SUBC,
377 /// (setcce lhshi rhshi (subc lhslo rhslo) cc). Only valid for integers.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 192 "SUBC",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 192 "SUBC",
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 200 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
MipsSEISelDAGToDAG.cpp 246 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_32.c 106 return push_inst(compiler, SUBC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 214 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 76 SUBC, // Sub with carry
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 112 setOperationAction(ISD::SUBC, VT, Expand);
212 setOperationAction(ISD::SUBC, MVT::Other, Expand);
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 26 "SUBC",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 26 "SUBC",
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 173 %token SKC SKH SKNC SKNH SKNZ SKZ STOP SUB SUBC SUBW
200 /* addsub is ADD, ADDC, SUB, SUBC, AND, OR, XOR, and parts of CMP. */
1143 | SUBC { $$ = 0x30; }
1334 OPC(SUBC),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 73 SUBC, // Sub with carry
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 234 case ISD::SUBC: return "subc";
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 92 setOperationAction(ISD::SUBC, MVT::i64, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC,
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 1266 milliseconds

1 2