HomeSort by relevance Sort by last modified time
    Searched full:imm64 (Results 26 - 28 of 28) sorted by null

12

  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 921 static IRExpr* mkSzImm ( IRType ty, ULong imm64 )
924 return ty == Ity_I64 ? mkU64(imm64) : mkU32((UInt)imm64);
928 static IRConst* mkSzConst ( IRType ty, ULong imm64 )
932 IRConst_U64(imm64) :
933 IRConst_U32((UInt)imm64) );
    [all...]
  /external/valgrind/main/
NEWS     [all...]
  /external/valgrind/main/none/tests/amd64/
insn_basic.def     [all...]

Completed in 176 milliseconds

12