Searched refs:opcode_table (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.h | 15 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()
|
D | opcode.c | 25 const struct opcode_table opcode_table[OP_LAST] = { variable
|
D | simplify.c | 409 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()
|
D | linearize.c | 1411 return opcode_table[opcode].to_float; in map_opcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | table.cpp | 49 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()
|
D | assembly_grammar.h | 33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
|
D | table.h | 111 const spv_opcode_table opcode_table; member
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | table.cpp | 49 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()
|
D | assembly_grammar.h | 33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
|
D | table.h | 111 const spv_opcode_table opcode_table; member
|
/third_party/spirv-tools/source/ |
D | table.cpp | 51 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()
|
D | assembly_grammar.h | 33 opcodeTable_(context->opcode_table), in AssemblyGrammar()
|
D | table.h | 111 const spv_opcode_table opcode_table; member
|
/third_party/spirv-tools/source/diff/ |
D | diff.cpp | 2650 spv_opcode_table opcode_table; in Output() local 2655 result = spvOpcodeTableGet(&opcode_table, target_env); in Output() 2666 opcode_table, in Output()
|