Home
last modified time | relevance | path

Searched refs:vreg_base (Results 1 – 25 of 52) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dddealer.cpp156 …void draw_video_layer(u16* vreg_base, tilemap_t *tmap, screen_device &screen, bitmap_ind16 &bitmap…
268 void ddealer_state::draw_video_layer(u16* vreg_base, tilemap_t *tmap, screen_device &screen, bitmap… in draw_video_layer() argument
272 sx = ((vreg_base[0x4 / 2] & 0xff)); in draw_video_layer()
273 sx |= ((vreg_base[0x2 / 2] & 0xff) << 8); in draw_video_layer()
275 sy = ((vreg_base[0x8 / 2] & 0xff)); in draw_video_layer()
276 sy |= ((vreg_base[0x6 / 2] & 0xff) << 8); in draw_video_layer()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dddealer.cpp156 …void draw_video_layer(u16* vreg_base, tilemap_t *tmap, screen_device &screen, bitmap_ind16 &bitmap…
268 void ddealer_state::draw_video_layer(u16* vreg_base, tilemap_t *tmap, screen_device &screen, bitmap… in draw_video_layer() argument
272 sx = ((vreg_base[0x4 / 2] & 0xff)); in draw_video_layer()
273 sx |= ((vreg_base[0x2 / 2] & 0xff) << 8); in draw_video_layer()
275 sy = ((vreg_base[0x8 / 2] & 0xff)); in draw_video_layer()
276 sy |= ((vreg_base[0x6 / 2] & 0xff) << 8); in draw_video_layer()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.cpp176 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
277 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
822 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1709 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
3221 } else if (reg_num >= LIR_OprDesc::vreg_base) { in print_reg_num()
3301 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
3976 reg_num = LIR_OprDesc::vreg_base; in get_virtual_register()
4408 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
4638 if (reg_num() < LIR_OprDesc::vreg_base) { in print_on()
[all …]
H A Dc1_LinearScan.hpp550 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
551 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LinearScan.cpp176 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
277 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
821 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1697 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2426 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3209 } else if (reg_num >= LIR_OprDesc::vreg_base) { in print_reg_num()
3289 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
4381 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
4611 if (reg_num() < LIR_OprDesc::vreg_base) { in print_on()
[all …]
H A Dc1_LinearScan.hpp548 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
549 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp543 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
544 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp174 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
183 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
279 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
824 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1708 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2442 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3257 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
3932 reg_num = LIR_OprDesc::vreg_base; in get_virtual_register()
4364 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
H A Dc1_LIRGenerator.hpp510 , _virtual_register_number(LIR_OprDesc::vreg_base) in LIRGenerator()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp542 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
543 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp174 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
183 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
197 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() == T_FLOAT || i->type() == T_DOUBLE); in is_virtual_fpu_interval()
279 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
823 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1696 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2431 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3246 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
4338 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp543 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
544 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp174 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
183 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
279 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
824 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1708 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2442 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3257 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
3932 reg_num = LIR_OprDesc::vreg_base; in get_virtual_register()
4364 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp546 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
547 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp174 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
183 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
197 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() == T_FLOAT || i->type() == T_DOUBLE); in is_virtual_fpu_interval()
279 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
819 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1692 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2428 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3243 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
4357 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp542 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
543 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp174 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
183 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
197 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() == T_FLOAT || i->type() == T_DOUBLE); in is_virtual_fpu_interval()
275 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
819 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1695 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2425 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3242 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
4334 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp542 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
543 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp174 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
183 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
185 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
197 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() == T_FLOAT || i->type() == T_DOUBLE); in is_virtual_fpu_interval()
279 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
823 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1696 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2431 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3246 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
4338 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp556 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
557 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp191 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
200 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
202 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
214 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() == T_FLOAT || i->type() == T_DOUBLE); in is_virtual_fpu_interval()
296 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
837 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1669 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2391 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3199 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
4313 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
H A Dc1_LIRGenerator.hpp475 , _virtual_register_number(LIR_OprDesc::vreg_base) in LIRGenerator()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp556 …st { assert(_reg_num == -1 || _reg_num >= LIR_OprDesc::vreg_base, "cannot access … in type()
557 …void set_type(BasicType type) { assert(_reg_num < LIR_OprDesc::vreg_base || _type… in set_type()
H A Dc1_LinearScan.cpp191 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_interval()
200 return i->reg_num() >= LIR_OprDesc::vreg_base; in is_virtual_cpu_interval()
202 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() != T_FLOAT && i->type() != T_DOUBLE); in is_virtual_cpu_interval()
214 return i->reg_num() >= LIR_OprDesc::vreg_base && (i->type() == T_FLOAT || i->type() == T_DOUBLE); in is_virtual_fpu_interval()
296 if (reg_num < LIR_OprDesc::vreg_base) { in create_interval()
837 for (int j = 0; j < LIR_OprDesc::vreg_base; j++) { in compute_global_live_sets()
1669 result = new Interval(LIR_OprDesc::vreg_base); in split_child_at_op_id()
2391 assert(interval->reg_num() >= LIR_OprDesc::vreg_base, "fixed interval found"); in compute_oop_map()
3199 if (i1->reg_num() >= LIR_OprDesc::vreg_base && i1->type() == T_ILLEGAL) { in verify_intervals()
4313 if (use_kind != noUse && reg_num() >= LIR_OprDesc::vreg_base) { in add_use_pos()
[all …]
H A Dc1_LIRGenerator.hpp475 , _virtual_register_number(LIR_OprDesc::vreg_base) in LIRGenerator()

123