Home
last modified time | relevance | path

Searched refs:INS (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/tools/multi/c/
H A DMakefile26 INS=$(C_INS) macro
30 RICUS=$(ICUVERS:%=$(INS)/r%/$(S_INS))
31 IICUS=$(ICUVERS:%=$(INS)/%/$(S_INS)) $(RICUS)
34 APRECIOUS=$(ICUVERS:%=$(BLD)/%/$(S_SRC)) $(ICUVERS:%=$(BLD)/r%/$(S_SRC)) $(ICUVERS:%=$(BLD)/%/$(S_BLD)) $(ICUVERS:%=$(INS)/%/$(S_INS)) $(ICUVERS:%=$(BLD)/r%/$(S_BLD)) $(ICUVERS:%=$(INS)/r%/$(S_INS))
41 $(M_TMP) $(BLD) $(INS):
43 mkdir $(BLD) $(SRC) $(INS)
45 $(INS)/%/$(S_INS): $(BLD)/%/$(S_BLD)
50 $(INS)/r%/$(S_INS): $(BLD)/r%/$(S_BLD)
73 -mkdir -p $(INS)
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_to_hw_instr.cpp707 #define INS(idx, size) \ macro
714 INS(0, 8)
719 INS(1, 8)
724 INS(2, 8)
726 INS(3, 8)
728 INS(0, 16)
730 INS(1, 16)
732 #undef INS macro
734 #define INS(idx, size) \ macro
741 INS(
755 #undef INS global() macro
757 #define INS global() macro
780 #undef INS global() macro
[all...]
/third_party/icu/tools/multi/proj/icu4cscan/
H A DMakefile38 APRECIOUS=$(ICUVERS:%=$(BLD)/%/$(S_SRC)) $(ICUVERS:%=$(BLD)/%/$(S_BLD)) $(ICUVERS:%=$(INS)/%/$(S_INS))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp657 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
665 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
674 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
H A DMipsSEISelDAGToDAG.cpp247 SDNode *DSPCFWithCarry = CurDAG->getMachineNode(Mips::INS, DL, MVT::i32, Ops); in selectAddE()
258 CurDAG->getMachineNode(Mips::INS, DL, MVT::i32, InsOps); in selectAddE()
922 Opcode = Mips::INS; in trySelect()
H A DMipsInstrInfo.cpp765 case Mips::INS: in verifyInstruction()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h605 INS = ((0U << 3) + 4),
1785 case INS:
H A Dassembler-mips64.cc2551 GenInstrRegister(SPECIAL3, rs, rt, pos + size - 1, pos, INS); in ins_()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h576 INS = ((0U << 3) + 4),
1712 case INS:
H A Dassembler-mips.cc2350 GenInstrRegister(SPECIAL3, rs, rt, pos + size - 1, pos, INS); in ins_()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6194 SmallPtrSet<const Instruction *, 2> INS; in optimizeSelectInst() local
6195 INS.insert(ASI.begin(), ASI.end()); in optimizeSelectInst()
6204 PN->addIncoming(getTrueOrFalseValue(SI, true, INS), TrueBlock); in optimizeSelectInst()
6205 PN->addIncoming(getTrueOrFalseValue(SI, false, INS), FalseBlock); in optimizeSelectInst()
6210 INS.erase(SI); in optimizeSelectInst()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc4271 case INS: { // Mips32r2 instruction.
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc4120 case INS: { // Mips32r2 instruction.

Completed in 60 milliseconds