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

  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 1201 HReg hi8 = newVRegI(env); local
    [all...]
host_x86_isel.c 950 HReg hi8 = newVRegI(env); local
954 addInstr(env, mk_iMOVsd_RR(hi8s, hi8));
956 addInstr(env, X86Instr_Sh32(Xsh_SHL, 8, hi8));
958 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo8), hi8));
959 return hi8;
    [all...]

Completed in 581 milliseconds