Home
last modified time | relevance | path

Searched refs:ctrl_ty (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstep.rs598 ctrl_ty, in step()
646 ctrl_ty, in step()
652 ctrl_ty, in step()
659 ctrl_ty, in step()
665 ctrl_ty, in step()
863 ctrl_ty, in step()
883 ctrl_ty, in step()
910 ctrl_ty, in step()
1171 ctrl_ty, in step()
1200 ctrl_ty, in step()
[all …]
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dwrite.rs380 let ctrl_ty = dfg.ctrl_typevar(inst); in write_operands() localVariable
389 if ctrl_ty.bits() != 0 { in write_operands()
390 imm = imm.sign_extend_from_width(ctrl_ty.bits()); in write_operands()
405 if ctrl_ty.bits() != 0 { in write_operands()
406 imm = imm.sign_extend_from_width(ctrl_ty.bits()); in write_operands()
429 if ctrl_ty.bits() != 0 { in write_operands()
430 imm = imm.sign_extend_from_width(ctrl_ty.bits()); in write_operands()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Ddfg.rs1157 InstResultTypes::Constraints(constraints, ctrl_ty, i) => { in inst_result_types()
1159 let ty = constraints.result_type(*i, *ctrl_ty); in inst_result_types()