Home | History | Annotate | Download | only in sljit

Lines Matching refs:push_inst

355 #define push_inst(a, b) push_inst_debug(a, b, __LINE__)
357 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins)
385 push_inst(compiler, encoding)
466 push_inst(compiler, ADD_X1 | DEST_X1(dest) | SRCA_X1(srca) | SRCB_X1(srcb))
469 push_inst(compiler, ADDI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM8_X1(imm))
472 push_inst(compiler, ADDLI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM16_X1(imm))
475 push_inst(compiler, SHL16INSLI_X1 | DEST_X1(dest) | SRCA_X1(srca) | IMM16_X1(imm))
478 push_inst(compiler, JALR_X1 | SRCA_X1(reg))
481 push_inst(compiler, JR_X1 | SRCA_X1(reg))
657 return push_inst(compiler, bits);
698 return push_inst(compiler, bits);
730 return push_inst(compiler, bits);