Searched refs:Rotl (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | asm.rs | 97 ShiftKind::Rotl => ALUOp::Extr, in from() 609 if kind == ShiftKind::Rotl { in shift_rrr() 629 if kind == ShiftKind::Rotl { in shift_ir()
|
| /wasmtime-44.0.1/cranelift/isle/isle/src/ |
| H A D | ast.rs | 183 Rotl, enumerator
|
| H A D | printer.rs | 532 SpecOp::Rotl => "rotl", in to_sexpr()
|
| H A D | parser.rs | 511 "rotl" => Ok(SpecOp::Rotl), in parse_spec_op()
|
| /wasmtime-44.0.1/cranelift/fuzzgen/src/ |
| H A D | function_generator.rs | 620 Opcode::Rotr | Opcode::Rotl, in valid_for_target() 686 Opcode::Rotr | Opcode::Rotl, in valid_for_target() 783 Opcode::Rotr | Opcode::Rotl, in valid_for_target()
|
| /wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/ |
| H A D | annotations.rs | 165 SpecOp::Rotl => binop(Expr::BVRotl, args, pos, env), in spec_op_to_expr()
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | asm.rs | 1019 (ShiftKind::Rotl, OperandSize::S32) => asm::inst::roll_mc::new(dst, src).into(), in shift_rr() 1020 (ShiftKind::Rotl, OperandSize::S64) => asm::inst::rolq_mc::new(dst, src).into(), in shift_rr() 1021 (ShiftKind::Rotl, _) => todo!(), in shift_rr() 1042 (ShiftKind::Rotl, OperandSize::S32) => asm::inst::roll_mi::new(dst, imm).into(), in shift_ir() 1043 (ShiftKind::Rotl, OperandSize::S64) => asm::inst::rolq_mi::new(dst, imm).into(), in shift_ir() 1044 (ShiftKind::Rotl, _) => todo!(), in shift_ir()
|
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | masm.rs | 297 Rotl, enumerator
|
| H A D | visitor.rs | 1429 self.context.i32_shift(self.masm, Rotl) in visit_i32_rotl() 1435 self.context.i64_shift(self.masm, Rotl) in visit_i64_rotl()
|
| /wasmtime-44.0.1/cranelift/interpreter/src/ |
| H A D | step.rs | 812 Opcode::Rotl => binary(DataValueExt::rotl, arg(0), shift_amt(ctrl_ty, arg(1))?)?, in step()
|