Lines Matching refs:execute_program_cranelift

20             assert_eq!(vm.execute_program_cranelift().unwrap(), $expected);
30 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), $expected);
276 assert_eq!(vm.execute_program_cranelift().unwrap(), 0x0102030405); in test_cranelift_call()
317 vm.execute_program_cranelift(mem).unwrap(), in test_cranelift_call_memfrob()
482 vm.execute_program_cranelift().unwrap(); in test_cranelift_err_stack_out_of_bound()
1781 assert_eq!(vm.execute_program_cranelift().unwrap(), 0x01020304); in test_cranelift_stack2()
1856 assert_eq!(vm.execute_program_cranelift().unwrap(), 0x0); in test_cranelift_string_stack()
2047 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x1); in test_cranelift_tcp_port80_match()
2064 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x0); in test_cranelift_tcp_port80_nomatch()
2081 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x0); in test_cranelift_tcp_port80_nomatch_ethertype()
2098 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x0); in test_cranelift_tcp_port80_nomatch_proto()
2108 vm.execute_program_cranelift(mem.as_mut_slice()).unwrap(), in test_cranelift_tcp_sack_match()
2120 vm.execute_program_cranelift(mem.as_mut_slice()).unwrap(), in test_cranelift_tcp_sack_nomatch()
2138 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x33); in test_cranelift_ldabsb()
2154 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x4433); in test_cranelift_ldabsh()
2170 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x66554433); in test_cranelift_ldabsw()
2187 vm.execute_program_cranelift(mem).unwrap(), in test_cranelift_ldabsdw()
2205 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x88); in test_cranelift_ldindb()
2221 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x9988); in test_cranelift_ldindh()
2237 assert_eq!(vm.execute_program_cranelift(mem).unwrap(), 0x88776655); in test_cranelift_ldindw()
2254 vm.execute_program_cranelift(mem).unwrap(), in test_cranelift_ldinddw()