Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_x86.h107 #define IR_REG_RAX IR_REG_R0 macro
119 # define IR_REG_INT_RET1 IR_REG_RAX
135 (IR_REGSET_INTERVAL(IR_REG_RAX, IR_REG_RDX) \
147 # define IR_REG_INT_RET1 IR_REG_RAX
168 # define IR_REG_VARARG_FP_REGS IR_REG_RAX /* hidden argument to specify the number of vector regist…
171 (IR_REGSET_INTERVAL(IR_REG_RAX, IR_REG_RDX) \
190 # define IR_REG_INT_RET1 IR_REG_RAX
204 (IR_REGSET_INTERVAL(IR_REG_RAX, IR_REG_RDX) | IR_REGSET_FP)
H A Dir_x86.dasc1176 constraints->def_reg = IR_REG_RAX;
1186 constraints->def_reg = IR_REG_RAX;
5031 if (op1_reg != IR_REG_RAX) {
5039 op2_reg = IR_REG_RAX;
5116 if (def_reg != IR_REG_RAX) {
5130 if (def_reg != IR_REG_RAX) {
5714 if (op1_reg == IR_REG_RAX) {
8524 tmp_reg = IR_REG_RAX;
8783 || ir_reg tmp_reg = IR_REG_RAX;
8923 || ir_reg tmp_reg = IR_REG_RAX;
[all …]

Completed in 23 milliseconds