Home
last modified time | relevance | path

Searched refs:Udiv (Results 1 – 25 of 146) sorted by relevance

123456

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dint64x64-128.cc117 int128_t result = Udiv (a, b); in Div()
122 int64x64_t::Udiv (const uint128_t a, const uint128_t b) in Udiv() function in ns3::int64x64_t
224 result._v = Udiv (a, v); in Invert()
H A Dint64x64-cairo.cc123 cairo_uint128_t result = Udiv (a, b); in Div()
128 int64x64_t::Udiv (const cairo_uint128_t a, const cairo_uint128_t b) in Udiv() function in ns3::int64x64_t
227 result._v = Udiv (a, factor); in Invert()
H A Dint64x64-128.h376 static uint128_t Udiv (const uint128_t a, const uint128_t b);
H A Dint64x64-cairo.h367 static cairo_uint128_t Udiv (const cairo_uint128_t a, const cairo_uint128_t b);
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dsouper_harvest.rs102 | ir::Opcode::Udiv in harvest_candidate_lhs()
233 (ir::Opcode::Udiv, _) => { in harvest_candidate_lhs()
236 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
247 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsouper_harvest.rs102 | ir::Opcode::Udiv in harvest_candidate_lhs()
233 (ir::Opcode::Udiv, _) => { in harvest_candidate_lhs()
236 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
247 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dsouper_harvest.rs102 | ir::Opcode::Udiv in harvest_candidate_lhs()
233 (ir::Opcode::Udiv, _) => { in harvest_candidate_lhs()
236 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
247 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsouper_harvest.rs102 | ir::Opcode::Udiv in harvest_candidate_lhs()
233 (ir::Opcode::Udiv, _) => { in harvest_candidate_lhs()
236 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
247 ast::Instruction::Udiv { a, b }.into() in harvest_candidate_lhs()
/dports/math/boolector/boolector-3.2.2/examples/api/python/
H A Dapi_usage_examples.py228 _udiv0 = b.Udiv(_inc, _dec)
229 _udiv1 = b.Udiv(128, _dec)
230 _udiv2 = b.Udiv(_dec, 0xaa)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dsymtab.go49 Udiv *obj.LSym
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dgo.go295 Udiv *obj.LSym var
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/src/
H A DJitter_CodeGen_AArch32_Div.h102 m_assembler.Udiv(resReg, src1Reg, src2Reg); in Div_GenericTmp64AnyAny()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/src/
H A DJitter_CodeGen_AArch32_Div.h102 m_assembler.Udiv(resReg, src1Reg, src2Reg); in Div_GenericTmp64AnyAny()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dgo.go318 Udiv, var
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h516 Udiv(dst.W(), lhs.W(), rhs.W()); in emit_i32_divu()
544 Udiv(scratch, lhs_w, rhs_w); in emit_i32_remu()
582 Udiv(dst.gp().X(), lhs.gp().X(), rhs.gp().X()); in emit_i64_divu()
614 Udiv(scratch, lhs_x, rhs_x); in emit_i64_remu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/crosstest/
H A Dtest_arith.def25 X(Udiv, /, 1, 0) \
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs88 Opcode::Imul | Opcode::Udiv | Opcode::Sdiv => { in lower_insn_to_regs()
95 Opcode::Udiv => ALUOp::Udiv, in lower_insn_to_regs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs88 Opcode::Imul | Opcode::Udiv | Opcode::Sdiv => { in lower_insn_to_regs()
95 Opcode::Udiv => ALUOp::Udiv, in lower_insn_to_regs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs88 Opcode::Imul | Opcode::Udiv | Opcode::Sdiv => { in lower_insn_to_regs()
95 Opcode::Udiv => ALUOp::Udiv, in lower_insn_to_regs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs88 Opcode::Imul | Opcode::Udiv | Opcode::Sdiv => { in lower_insn_to_regs()
95 Opcode::Udiv => ALUOp::Udiv, in lower_insn_to_regs()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dlibcall.rs104 Opcode::Udiv => Self::UdivI64, in for_inst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInst.def42 X(Udiv, "udiv", 0) \
/dports/math/boolector/boolector-3.2.2/doc/
H A Dpyboolector.rst186 bvudiv = x / y # btor.Udiv(x, y)
254 btor.Udiv(0b101010, x) # btor.Udiv(btor.Const(0b101010, x.width), x)
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dlibcall.rs114 Opcode::Udiv => Self::UdivI64, in for_inst()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dlibcall.rs114 Opcode::Udiv => Self::UdivI64, in for_inst()

123456