Lines Matching refs:tmp
889 let tmp; in from_func_sig() localVariable
896 tmp = [sig.params[struct_ret_index]]; in from_func_sig()
897 &tmp in from_func_sig()
1623 let tmp = vregs.alloc_with_deferred_error(ty).only_reg().unwrap(); in gen_copy_arg_to_regs() localVariable
1625 vreg: Writable::from_reg(tmp), in gen_copy_arg_to_regs()
1628 tmp in gen_copy_arg_to_regs()
1852 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args() localVariable
1855 Writable::from_reg(tmp), in gen_call_args()
1859 tmp, in gen_call_args()
1894 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args() localVariable
1896 Writable::from_reg(tmp), in gen_call_args()
1902 (tmp, word_ty) in gen_call_args()
1916 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args() localVariable
1919 Writable::from_reg(tmp), in gen_call_args()
1921 insts.push(M::gen_store_base_offset(tmp, 0, vreg, ty)); in gen_call_args()
1922 process_arg_slot(&mut insts, pointer, tmp, word_ty); in gen_call_args()
1936 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args() localVariable
1938 insts.push(M::gen_get_stack_addr(amode, Writable::from_reg(tmp))); in gen_call_args()
1939 tmp in gen_call_args()