OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opcode_table
(Results
1 - 7
of
7
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
table.cpp
37
spv_opcode_table
opcode_table
;
local
41
spvOpcodeTableGet(&
opcode_table
, env);
45
return new spv_context_t{env,
opcode_table
, operand_table, ext_inst_table,
assembly_grammar.h
32
opcodeTable_(context->
opcode_table
),
table.h
93
const spv_opcode_table
opcode_table
;
member in struct:spv_context_t
validate.cpp
337
context.
opcode_table
,
/toolchain/binutils/binutils-2.27/opcodes/
sparc-dis.c
425
OPCODE_TABLE
is a sorted list of pointers into the opcode table. */
428
build_hash_table (const sparc_opcode **
opcode_table
,
446
int hash = HASH_INSN (
opcode_table
[i]->match);
450
h->opcode =
opcode_table
[i];
/toolchain/binutils/binutils-2.27/include/opcode/
visium.h
232
opcode_table
[] ATTRIBUTE_UNUSED =
/toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c
761
int r = sizeof (
opcode_table
) / sizeof (struct opcode_entry) - 1;
766
int ans = strcmp (mnem,
opcode_table
[mid].mnem);
774
*code =
opcode_table
[mid].code;
775
*mode =
opcode_table
[mid].mode;
776
*flags =
opcode_table
[mid].flags;
[
all
...]
Completed in 487 milliseconds