Searched refs:ILVOD (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 185 ILVOD, // Interleave odd elements enumerator
|
D | MipsSEISelLowering.cpp | 1929 return DAG.getNode(MipsISD::ILVOD, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN() 2627 return DAG.getNode(MipsISD::ILVOD, SDLoc(Op), ResTy, Wt, Ws); in lowerVECTOR_SHUFFLE_ILVOD()
|
D | MipsISelLowering.cpp | 215 case MipsISD::ILVOD: return "MipsISD::ILVOD"; in getTargetNodeName()
|
D | MipsMSAInstrInfo.td | 51 def MipsILVOD : SDNode<"MipsISD::ILVOD", SDT_ILV>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 231 ILVOD, // Interleave odd elements enumerator
|
D | MipsScheduleP5600.td | 394 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(ILVEV|ILVOD)_[BHWD]$")>;
|
D | MipsSEISelLowering.cpp | 1911 return DAG.getNode(MipsISD::ILVOD, DL, Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN() 2718 return DAG.getNode(MipsISD::ILVOD, SDLoc(Op), ResTy, Wt, Ws); in lowerVECTOR_SHUFFLE_ILVOD()
|
D | MipsScheduleGeneric.td | 997 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(ILVEV|ILVOD)_[BHWD]$")>;
|
D | MipsISelLowering.cpp | 293 case MipsISD::ILVOD: return "MipsISD::ILVOD"; in getTargetNodeName()
|
D | MipsMSAInstrInfo.td | 43 def MipsILVOD : SDNode<"MipsISD::ILVOD", SDT_ILV>;
|
/external/v8/src/mips/ |
D | constants-mips.h | 885 ILVOD = ((7U << 23) + 20), enumerator
|
D | disasm-mips.cc | 2416 case ILVOD: in DecodeTypeMsa3R()
|
D | simulator-mips.cc | 5146 case ILVOD: in Msa3RInstrHelper_shuffle() 5265 case ILVOD: in DecodeTypeMsa3R()
|
D | assembler-mips.cc | 3491 V(ilvod, ILVOD) \
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 919 ILVOD = ((7U << 23) + 20), enumerator
|
D | disasm-mips64.cc | 2730 case ILVOD: in DecodeTypeMsa3R()
|
D | simulator-mips64.cc | 5370 case ILVOD: in Msa3RInstrHelper_shuffle() 5489 case ILVOD: in DecodeTypeMsa3R()
|
D | assembler-mips64.cc | 3809 V(ilvod, ILVOD) \
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenFastISel.inc | 3048 // FastEmit functions for MipsISD::ILVOD. 3426 case MipsISD::ILVOD: return fastEmit_MipsISD_ILVOD_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | MipsGenDAGISel.inc | 29652 /* 55718*/ /*SwitchOpcode*/ 52, TARGET_VAL(MipsISD::ILVOD),// ->55773
|