OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shift_val
(Results
1 - 4
of
4
) sorted by null
/hardware/google/apf/
apf_interpreter.c
226
const int32_t
shift_val
= reg_num ? (int32_t)registers[1] : signed_imm;
local
227
if (
shift_val
> 0)
228
registers[0] <<=
shift_val
;
local
230
registers[0] >>= -
shift_val
;
/external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c
1240
int16x8_t
shift_val
, add_sat;
local
1784
uint64x1_t
shift_val
;
local
[
all
...]
/external/vixl/src/vixl/a64/
logic-a64.cc
1883
int8_t
shift_val
= src2.Int(vform, i);
local
1914
src_val <<=
shift_val
;
local
1929
int8_t
shift_val
= src2.Int(vform, i);
local
1953
src_val <<=
shift_val
;
local
[
all
...]
/external/valgrind/VEX/priv/
guest_ppc_toIR.c
10408
UChar
shift_val
= IFIELD(theInstr, 10, 6);
local
10445
UChar
shift_val
= IFIELD(theInstr, 10, 6);
local
[
all
...]
Completed in 312 milliseconds