Home | History | Annotate | Download | only in sljit_src

Lines Matching defs:opc

526 void insert_nop(tilegx_mnemonic opc, int line)
532 opcode = &tilegx_opcodes[opc];
568 tilegx_mnemonic opc = inst_buf[0].opcode->can_bundle
570 insert_nop(opc, __LINE__);
746 static sljit_s32 push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line)
751 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc];
766 static sljit_s32 push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line)
771 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc];
779 switch (opc) {
818 printf("unrecoginzed opc: %s\n", opcode->name);
827 static sljit_s32 push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int line)
832 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc];
839 switch (opc) {
863 printf("unrecoginzed opc: %s\n", opcode->name);
872 static sljit_s32 push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line)
877 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc];
888 static sljit_s32 push_jr_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int line)
893 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc];