Home
last modified time | relevance | path

Searched refs:opc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c524 void insert_nop(tilegx_mnemonic opc, int line) in insert_nop() argument
530 opcode = &tilegx_opcodes[opc]; in insert_nop()
566 tilegx_mnemonic opc = inst_buf[0].opcode->can_bundle in assign_pipes() local
568 insert_nop(opc, __LINE__); in assign_pipes()
749 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_4_buffer()
769 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_3_buffer()
777 switch (opc) { in push_3_buffer()
830 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_2_buffer()
837 switch (opc) { in push_2_buffer()
875 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_0_buffer()
[all …]
H A DsljitNativeTILEGX-encoder.c9544 const struct tilegx_opcode *opc; in parse_insn_tilegx() local
9549 opc = find_opcode (bits, (tilegx_pipeline)pipe); in parse_insn_tilegx()
9550 d->opcode = opc; in parse_insn_tilegx()
9553 for (i = 0; i < opc->num_operands; i++) in parse_insn_tilegx()
9556 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()

Completed in 37 milliseconds