Home
last modified time | relevance | path

Searched refs:IR_IS_TYPE_SIGNED (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc1298 if (IR_IS_TYPE_SIGNED(type)) {
1305 if (IR_IS_TYPE_SIGNED(type)) {
1966 if (IR_IS_TYPE_SIGNED(type)) {
1973 if (IR_IS_TYPE_SIGNED(type)) {
1982 if (IR_IS_TYPE_SIGNED(type)) {
1989 if (IR_IS_TYPE_SIGNED(type)) {
2665 if (IR_IS_TYPE_SIGNED(type)) {
2671 if (IR_IS_TYPE_SIGNED(type)) {
2694 if (IR_IS_TYPE_SIGNED(type)) {
2700 if (IR_IS_TYPE_SIGNED(type)) {
[all …]
H A Dir_sccp.c1418 } else if (IR_IS_TYPE_SIGNED(type)) { in ir_optimize_phi()
1653 if (IR_IS_TYPE_SIGNED(op1->type)) { in ir_cmp_is_true()
1659 if (IR_IS_TYPE_SIGNED(op1->type)) { in ir_cmp_is_true()
1665 if (IR_IS_TYPE_SIGNED(op1->type)) { in ir_cmp_is_true()
1671 if (IR_IS_TYPE_SIGNED(op1->type)) { in ir_cmp_is_true()
H A Dir_x86.dasc3216 if (IR_IS_TYPE_SIGNED(type)) {
3222 if (IR_IS_TYPE_SIGNED(type)) {
3962 if (IR_IS_TYPE_SIGNED(type)) {
3969 if (IR_IS_TYPE_SIGNED(type)) {
3990 if (IR_IS_TYPE_SIGNED(type)) {
4018 if (IR_IS_TYPE_SIGNED(type)) {
5075 if (IR_IS_TYPE_SIGNED(type)) {
8241 if (IR_IS_TYPE_SIGNED(type)) {
8257 if (IR_IS_TYPE_SIGNED(type)) {
8302 if (IR_IS_TYPE_SIGNED(type)) {
[all …]
H A Dir.h142 #define IR_IS_TYPE_SIGNED(t) ((t) >= IR_CHAR && (t) < IR_DOUBLE) macro

Completed in 41 milliseconds