HomeSort by relevance Sort by last modified time
    Searched full:arg_ty (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 361 //.. IRType arg_ty = typeOfIRExpr(env->type_env, arg);
362 //.. if (arg_ty == Ity_I32) {
366 //.. if (arg_ty == Ity_I64) {
    [all...]
host_x86_isel.c 330 IRType arg_ty = typeOfIRExpr(env->type_env, arg); local
331 if (arg_ty == Ity_I32) {
335 if (arg_ty == Ity_I64) {
    [all...]

Completed in 126 milliseconds