HomeSort by relevance Sort by last modified time
    Searched refs:toUShort (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 112 static inline UShort toUShort ( Int x ) {
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 73 return toUShort(0xFFFF & (hi32 >> 16));
77 return toUShort(0xFFFF & hi32);
81 return toUShort(0xFFFF & (lo32 >> 16));
85 return toUShort(0xFFFF & lo32);
258 return toUShort(xx==yy ? 0xFFFF : 0);
273 return toUShort(xx>yy ? 0xFFFF : 0);
288 return toUShort(xx==0 ? 0 : 0xFFFF);
345 return toUShort(v << n);
350 return toUShort((((UShort)v) >> n));
355 return toUShort(((Short)v) >> n)
    [all...]
guest_x86_helpers.c 550 UShort, toUShort );
551 case X86G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
557 Short, toUShort );
558 case X86G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
    [all...]
guest_amd64_helpers.c 707 UShort, toUShort );
708 case AMD64G_CC_OP_UMULW: ACTIONS_UMUL( 16, UShort, toUShort,
716 Short, toUShort );
717 case AMD64G_CC_OP_SMULW: ACTIONS_SMUL( 16, Short, toUShort,
    [all...]
host_generic_simd128.c 73 return toUShort((xx > yy) ? xx : yy);
78 return toUShort((xx < yy) ? xx : yy);
host_ppc_isel.c 495 PPCRH_Imm(True,toUShort(n)) ));
503 PPCRH_Imm(True,toUShort(n)) ));
519 PPCRH_Imm(True,toUShort(16)) ));
636 PPCRH_Imm(True/*signed*/, toUShort(bias))));
640 PPCRH_Imm(False/*unsigned*/, toUShort(nElems-1))));
645 PPCRH_Imm(False/*unsigned*/, toUShort(shift))));
649 PPCRH_Imm(True/*signed*/, toUShort(descr->base))));
    [all...]
host_mips_isel.c 198 toUShort(n))));
201 toUShort(n))));
210 MIPSRH_Imm(True, toUShort(n))));
213 MIPSRH_Imm(True, toUShort(n))));
    [all...]
ir_opt.c     [all...]
host_x86_defs.c     [all...]
guest_generic_bb_to_IR.c 425 = toUShort(toUInt( vge->len[vge->n_used-1] + dres.len ));
    [all...]
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 478 milliseconds