OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operand_table
(Results
1 - 20
of
20
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
table.cpp
42
spv_operand_table
operand_table
;
local
46
spvOperandTableGet(&
operand_table
, env);
49
return new spv_context_t{env, opcode_table,
operand_table
, ext_inst_table};
operand.h
91
void spvPrependOperandTypesForMask(const spv_operand_table
operand_table
,
assembly_grammar.h
43
operandTable_(context->
operand_table
),
table.h
102
const spv_operand_table
operand_table
;
member in struct:spv_context_t
validate.cpp
228
context->opcode_table, context->
operand_table
,
/toolchain/binutils/binutils-2.25/opcodes/
ip2k-desc.c
915
cd->
operand_table
.init_entries = init;
916
cd->
operand_table
.entry_size = sizeof (CGEN_OPERAND);
923
cd->
operand_table
.entries = selected;
924
cd->
operand_table
.num_entries = MAX_OPERANDS;
[
all
...]
lm32-desc.c
902
cd->
operand_table
.init_entries = init;
903
cd->
operand_table
.entry_size = sizeof (CGEN_OPERAND);
910
cd->
operand_table
.entries = selected;
911
cd->
operand_table
.num_entries = MAX_OPERANDS;
[
all
...]
cgen-opc.c
307
const CGEN_OPERAND **op = cd->
operand_table
.entries;
309
for (i = 0; i < cd->
operand_table
.num_entries; ++i)
325
return cd->
operand_table
.entries[opnum];
fr30-desc.c
[
all
...]
m32r-desc.c
[
all
...]
mt-desc.c
[
all
...]
xstormy16-desc.c
[
all
...]
epiphany-desc.c
[
all
...]
iq2000-desc.c
[
all
...]
xc16x-desc.c
[
all
...]
or1k-desc.c
[
all
...]
frv-desc.c
[
all
...]
mep-desc.c
[
all
...]
m32c-desc.c
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
cgen.h
1255
CGEN_OPERAND_TABLE
operand_table
;
member in struct:cgen_cpu_desc
[
all
...]
Completed in 537 milliseconds