Searched refs:tyd (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | host_s390_isel.c | 2104 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); local 2112 switch (tyd) { 2133 addInstr(env, s390_insn_store(sizeofIRType(tyd), am, src)); 2139 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local 2145 switch (tyd) { 2166 addInstr(env, s390_insn_store(sizeofIRType(tyd), am, src)); 2173 IRType tyd = typeOfIRTemp(env->type_env, tmp); local 2176 switch (tyd) { 2224 addInstr(env, s390_insn_move(sizeofIRType(tyd), dst, src));
|
H A D | host_ppc_isel.c | 3882 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); local 3892 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32 || 3893 (mode64 && (tyd == Ity_I64))) { 3895 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/); 3897 addInstr(env, PPCInstr_Store( toUChar(sizeofIRType(tyd)), 3901 if (tyd == Ity_F64) { 3903 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/); 3909 if (tyd [all...] |
H A D | host_arm_isel.c | 5608 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); local 5614 if (tyd == Ity_I32) { 5620 if (tyd == Ity_I16) { 5627 if (tyd == Ity_I8) { 5633 if (tyd == Ity_I64) { 5649 if (tyd == Ity_F64) { 5655 if (tyd == Ity_F32) { 5661 if (tyd == Ity_V128) { 5674 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local 5676 if (tyd 5897 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.LLSC.storedata); local [all...] |
H A D | host_amd64_isel.c | 3814 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); local 3820 if (tyd == Ity_I64) { 3826 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32) { 3830 toUChar(tyd==Ity_I8 ? 1 : (tyd==Ity_I16 ? 2 : 4)), 3834 if (tyd == Ity_F64) { 3840 if (tyd == Ity_F32) { 3846 if (tyd [all...] |
H A D | host_x86_isel.c | 3708 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); local 3714 if (tyd == Ity_I32) { 3720 if (tyd == Ity_I8 || tyd == Ity_I16) { 3723 addInstr(env, X86Instr_Store( toUChar(tyd==Ity_I8 ? 1 : 2), 3727 if (tyd == Ity_F64) { 3733 if (tyd == Ity_F32) { 3739 if (tyd == Ity_I64) { 3749 if (tyd == Ity_V128) {
|
Completed in 98 milliseconds