Home
last modified time | relevance | path

Searched refs:Modu (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp207 ICallPromotionFunc(Function &Func, Module *Modu, InstrProfSymtab *Symtab, in ICallPromotionFunc() argument
209 : F(Func), M(Modu), Symtab(Symtab), SamplePGO(SamplePGO), ORE(ORE) {} in ICallPromotionFunc()
H A DPGOInstrumentation.cpp956 PGOUseFunc(Function &Func, Module *Modu, in PGOUseFunc() argument
960 : F(Func), M(Modu), BFI(BFIin), PSI(PSI), in PGOUseFunc()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h442 DEFINE_INSTRUCTION(Modu)
H A Dmacro-assembler-mips64.cc642 void TurboAssembler::Modu(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h436 DEFINE_INSTRUCTION(Modu)
H A Dmacro-assembler-mips.cc642 void TurboAssembler::Modu(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h955 TurboAssembler::Modu(dst, lhs, rhs); in emit_i32_remu()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1146 TurboAssembler::Modu(dst, lhs, rhs); in emit_i32_remu()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc995 __ Modu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1025 __ Modu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()

Completed in 48 milliseconds