Searched refs:OPT_IM16 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 3324 ALT(DEF_ASM_OP2(lcall, 0x9a, 0, 0, OPT_IM16, OPT_IM32)) 3326 ALT(DEF_ASM_OP2(ljmp, 0xea, 0, 0, OPT_IM16, OPT_IM32)) 3331 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8) 3334 ALT(DEF_ASM_OP1(ret, 0xc2, 0, 0, OPT_IM16)) 3336 ALT(DEF_ASM_OP1(lret, 0xca, 0, 0, OPT_IM16)) 3781 ALT(DEF_ASM_OP2(lcall, 0x9a, 0, 0, OPT_IM16, OPT_IM32)) 3783 ALT(DEF_ASM_OP2(ljmp, 0xea, 0, 0, OPT_IM16, OPT_IM32)) 3788 DEF_ASM_OP2(enter, 0xc8, 0, 0, OPT_IM16, OPT_IM8) 3791 ALT(DEF_ASM_OP1(ret, 0xc2, 0, 0, OPT_IM16)) 3793 ALT(DEF_ASM_OP1(lret, 0xca, 0, 0, OPT_IM16)) [all …]
|