Lines Matching refs:error
9 #[error("32-bit platforms are not supported")]
12 #[error("Unsupported Wasm type")]
15 #[error("Unimplemented Wasm instruction")]
18 #[error("Unimplemented Masm instruction")]
21 #[error("Unimplemented Wasm load kind")]
24 #[error("Instruction not implemented for CPUs without AVX support")]
27 #[error("Instruction not implemented for CPUs without AVX2 support")]
30 #[error("Instruction not implemented for CPUs without AVX512VL support")]
33 #[error("Instruction not implemented for CPUs without AVX512DQ support")]
36 #[error("Unsupported eager initialization of tables")]
42 #[error("Winch internal error: {0}")]
50 #[error("Expected register to be available")]
53 #[error("Expected control frame")]
56 #[error("Control frame for if expected")]
59 #[error("Not enough values in the value stack")]
62 #[error("Unexpected operand size for operation")]
65 #[error("Unexpected value stack index")]
68 #[error("Unexpected value in value stack")]
71 #[error("Mismatch in control frame state")]
74 #[error("Table element value expected")]
77 #[error("Illegal fuel state")]
80 #[error("Argument for `VMContext` expected")]
83 #[error("Expected stack pointer addressing")]
86 #[error("Invalid stack pointer offset")]
89 #[error("Unexpected function call in current context")]
92 #[error("Invalid local offset")]
95 #[error("Unsupported immediate")]
98 #[error("Invalid operand combination")]
101 #[error("Invalid two argument form")]