Home
last modified time | relevance | path

Searched refs:opcode_table (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dopcode.h15 extern const struct opcode_table { struct
32 } opcode_table[]; argument
37 return opcode_table[opcode].negate; in opcode_negate()
42 return opcode_table[opcode].swap; in opcode_swap()
49 return opcode_table[opcode].to_float; in opcode_float()
Dopcode.c25 const struct opcode_table opcode_table[OP_LAST] = { variable
Dsimplify.c409 return opcode_table[insn->opcode].flags & OPF_TARGET; in has_target()
887 if (opcode_table[insn->opcode].flags & OPF_COMPARE) in eval_insn()
1130 insn->opcode = inverse ? opcode_table[opcode].negate : opcode; in simplify_seteq_setne()
1439 const struct opcode_table *op = &opcode_table[insn->opcode]; in simplify_compare_constant()
1753 insn->opcode = opcode_table[insn->opcode].swap; in canonicalize_compare()
1914 const struct opcode_table *op = &opcode_table[insn->opcode]; in simplify_compare()
2734 flags = opcode_table[insn->opcode].flags; in simplify_instruction()
Dlinearize.c1411 return opcode_table[opcode].to_float; in map_opcode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtable.cpp49 spv_opcode_table opcode_table; in spvContextCreate() local
53 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
57 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
Dtable.h111 const spv_opcode_table opcode_table; member
/third_party/skia/third_party/externals/spirv-tools/source/
Dtable.cpp49 spv_opcode_table opcode_table; in spvContextCreate() local
53 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
57 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
Dtable.h111 const spv_opcode_table opcode_table; member
/third_party/spirv-tools/source/
Dtable.cpp51 spv_opcode_table opcode_table; in spvContextCreate() local
55 spvOpcodeTableGet(&opcode_table, env); in spvContextCreate()
59 return new spv_context_t{env, opcode_table, operand_table, ext_inst_table, in spvContextCreate()
Dassembly_grammar.h33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
Dtable.h111 const spv_opcode_table opcode_table; member
/third_party/spirv-tools/source/diff/
Ddiff.cpp2650 spv_opcode_table opcode_table; in Output() local
2655 result = spvOpcodeTableGet(&opcode_table, target_env); in Output()
2666 opcode_table, in Output()