OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hi8
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
host_amd64_isel.c
1245
HReg
hi8
= newVRegI(env);
local
[
all
...]
host_x86_isel.c
931
HReg
hi8
= newVRegI(env);
local
935
addInstr(env, mk_iMOVsd_RR(hi8s,
hi8
));
937
addInstr(env, X86Instr_Sh32(Xsh_SHL, 8,
hi8
));
939
addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo8),
hi8
));
940
return
hi8
;
[
all
...]
Completed in 393 milliseconds