/external/llvm/lib/Target/X86/ |
README.txt | 182 Evaluate what the best way to codegen sdiv X, (2^C) is. For X/8, we currently 186 %Y = sdiv i32 %X, 8 [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 151 setOperationAction(ISD::SDIV, VT.getSimpleVT(), Expand); 494 setOperationAction(ISD::SDIV, MVT::v4i16, Custom); 495 setOperationAction(ISD::SDIV, MVT::v8i8, Custom); 588 setOperationAction(ISD::SDIV, MVT::i32, Expand); [all...] |
ARMInstrThumb2.td | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 645 case ISD::SDIV: [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 471 return SE.getConstant(LA.sdiv(RA)); 474 // Distribute the sdiv over addrec operands, if the addrec doesn't overflow. 491 // Distribute the sdiv over add operands, if the add doesn't overflow. [all...] |
GVN.cpp | 362 case Instruction::SDiv: [all...] |
SCCP.cpp | [all...] |
ObjCARC.cpp | 325 case Instruction::SDiv: case Instruction::UDiv: case Instruction::FDiv: [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 155 | SDiv [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | [all...] |
ValueTracking.cpp | 743 // copying a sign bit (sdiv int_min, 2). [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 90 case Instruction::SDiv: return bitc::BINOP_SDIV; [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 122 setOperationAction(ISD::SDIV, MVT::i32, Expand); [all...] |
MBlazeInstrInfo.td | 404 def IDIV : ArithR<0x12, 0x000, "idiv ", sdiv, IIC_ALUd>; [all...] |
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.td | 774 def SDIV : Div32<MipsDivRem, 0x1a, "div", IIIdiv>; [all...] |
MipsISelLowering.cpp | 138 setOperationAction(ISD::SDIV, MVT::i32, Expand); 142 setOperationAction(ISD::SDIV, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.td | 468 def DIVS_l3r : FL3R<"divs", sdiv>; [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 100 case Instruction::SDiv: return bitc::BINOP_SDIV; [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.td | [all...] |
/external/llvm/lib/VMCore/ |
Verifier.cpp | [all...] |
Instructions.cpp | [all...] |
/external/qemu/target-arm/ |
helper.c | 538 int32_t HELPER(sdiv)(int32_t num, int32_t den) function [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/ |
as | |