Searched refs:emit_i64_remu (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 234 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 242 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 242 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 422 inline bool emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs,
|
D | liftoff-compiler.cc | 977 if (!__ emit_i64_remu(dst, lhs, rhs, rem_by_zero)) { in BinOp()
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 593 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 601 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 660 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 715 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 808 bool LiftoffAssembler::emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, in emit_i64_remu() function
|