/external/valgrind/VEX/pub/ |
libvex_ir.h | 516 Iop_8Sto16, Iop_8Sto32, Iop_8Sto64, [all...] |
/external/valgrind/VEX/priv/ |
host_tilegx_isel.c | 882 case Iop_8Sto16: [all...] |
host_mips_isel.c | [all...] |
ir_defs.c | 159 case Iop_8Sto16: vex_printf("8Sto16"); return; [all...] |
host_s390_isel.c | [all...] |
host_x86_isel.c | [all...] |
guest_x86_toIR.c | 727 return signd ? Iop_8Sto16 : Iop_8Uto16; [all...] |
host_amd64_isel.c | [all...] |
host_ppc_isel.c | [all...] |
ir_opt.c | [all...] |
guest_amd64_toIR.c | 332 return unop(signd ? Iop_8Sto16 : Iop_8Uto16, src); [all...] |
guest_arm_toIR.c | [all...] |
/external/valgrind/VEX/useful/ |
test_main.c | [all...] |
/external/valgrind/memcheck/tests/vbit-test/ |
irops.c | 157 { DEFOP(Iop_8Sto16, UNDEF_SEXT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 }, [all...] |
/external/valgrind/memcheck/ |
mc_translate.c | [all...] |