OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arg_encode
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-spu.c
193
struct
arg_encode
{
202
static struct
arg_encode
arg_encode
[A_MAX] = {
573
insn->opcode |= regno <<
arg_encode
[arg].pos;
592
insn->opcode |= ex.X_add_number <<
arg_encode
[arg].pos;
667
val <<=
arg_encode
[arg].rshift;
681
int hi =
arg_encode
[arg].hi;
682
int lo =
arg_encode
[arg].lo;
683
int whi =
arg_encode
[arg].whi;
684
int wlo =
arg_encode
[arg].wlo
191
struct
arg_encode
{
struct
200
static struct
arg_encode
arg_encode
[A_MAX] = {
variable in typeref:struct:arg_encode
[
all
...]
Completed in 1250 milliseconds