OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shamt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c
132
unsigned long
shamt
; /* for SHR */
local
349
shamt
= yasm_intnum_get_uint(e->terms[1].data.intn);
350
if ((
shamt
+ value->rshift) > YASM_VALUE_RSHIFT_MAX)
354
value->rshift +=
shamt
;
603
/*@only@*/ yasm_intnum *
shamt
=
local
605
yasm_intnum_calc(outval, YASM_EXPR_SHR,
shamt
);
606
yasm_intnum_destroy(
shamt
);
705
/*@only@*/ yasm_intnum *
shamt
=
local
707
yasm_intnum_calc(outval, YASM_EXPR_SHR,
shamt
);
708
yasm_intnum_destroy(
shamt
);
[
all
...]
/system/core/libpixelflinger/codeflinger/
mips_opcode.h
65
unsigned
shamt
: 5;
member in struct:__anon63648::__anon63651
100
unsigned
shamt
: 5;
member in struct:__anon63648::__anon63655
270
* Values for the '
shamt
' field when OP_SPECIAL3 && func OP_BSHFL.
Completed in 163 milliseconds