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 D | IndirectCallPromotion.cpp | 207 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 D | PGOInstrumentation.cpp | 956 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 D | macro-assembler-mips64.h | 442 DEFINE_INSTRUCTION(Modu)
|
H A D | macro-assembler-mips64.cc | 642 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 D | macro-assembler-mips.h | 436 DEFINE_INSTRUCTION(Modu)
|
H A D | macro-assembler-mips.cc | 642 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 D | liftoff-assembler-mips.h | 955 TurboAssembler::Modu(dst, lhs, rhs); in emit_i32_remu()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1146 TurboAssembler::Modu(dst, lhs, rhs); in emit_i32_remu()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 995 __ Modu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1025 __ Modu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
|
Completed in 48 milliseconds