host_s390_defs.h | 327 s390_insn low */ 340 s390_insn low */ 477 The convention for all fp s390_insn is that the _hi register will 624 } s390_insn; typedef in typeref:struct:__anon25066 626 s390_insn *s390_insn_load(UChar size, HReg dst, s390_amode *src); 627 s390_insn *s390_insn_store(UChar size, s390_amode *dst, HReg src); 628 s390_insn *s390_insn_move(UChar size, HReg dst, HReg src); 629 s390_insn *s390_insn_memcpy(UChar size, s390_amode *dst, s390_amode *src); 630 s390_insn *s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst, 632 s390_insn *s390_insn_load_immediate(UChar size, HReg dst, ULong val) [all...] |