Home
last modified time | relevance | path

Searched refs:B_FWD (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/core_dynrec/
H A Drisc_armv4le-thumb.h149 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
188 cache_addw( B_FWD(2) ); // b next_code (pc+2) in gen_mov_dword_to_reg_imm()
193 cache_addw( B_FWD(4) ); // b next_code (pc+4) in gen_mov_dword_to_reg_imm()
720 *(Bit16u*)(pos+2)=B_FWD(14); // b after_call (pc+14) in gen_fill_function_ptr()
752 *(Bit16u*)pos=B_FWD(16); // b after_call (pc+16) in gen_fill_function_ptr()
811 *(Bit16u*)(pos+12)=B_FWD(4); // b after_call (pc+4) in gen_fill_function_ptr()
818 *(Bit16u*)(pos+8)=B_FWD(8); // b after_call (pc+8) in gen_fill_function_ptr()
843 *(Bit16u*)(pos+12)=B_FWD(4); // b after_call (pc+4) in gen_fill_function_ptr()
902 *(Bit16u*)pos=B_FWD(18); // b after_call (pc+18) in gen_fill_function_ptr()
961 *(Bit16u*)(pos+12)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-thumb-niw.h149 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
936 *(Bit16u*)pos=B_FWD(12); // b after_call (pc+12) in gen_fill_function_ptr()
960 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
966 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
976 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
982 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1003 *(Bit16u*)(pos+8)=B_FWD(4); // b after_call (pc+4) in gen_fill_function_ptr()
1033 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1086 *(Bit16u*)pos=B_FWD(14); // b after_call (pc+14) in gen_fill_function_ptr()
1110 *(Bit16u*)(pos+6)=B_FWD(8); // b after_call (pc+8) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-thumb-iw.h149 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
902 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
908 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
914 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
920 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
926 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
934 *(Bit16u*)pos=B_FWD(8); // b after_call (pc+8) in gen_fill_function_ptr()
940 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
946 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
952 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-s3.h151 #define B_FWD(imm) (0xea000000 + ((imm) >> 2) ) macro
714 *(Bit32u*)pos=B_FWD(8); // b (pc+2*4) in gen_fill_function_ptr()
H A Drisc_armv4le-o3.h151 #define B_FWD(imm) (0xea000000 + ((imm) >> 2) ) macro
878 *(Bit32u*)pos=B_FWD(8); // b (pc+2*4) in gen_fill_function_ptr()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_dynrec/
H A Drisc_armv4le-thumb.h150 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
228 cache_addw( B_FWD(2) ); // b next_code (pc+2) in gen_mov_dword_to_reg_imm()
233 cache_addw( B_FWD(4) ); // b next_code (pc+4) in gen_mov_dword_to_reg_imm()
914 cache_addw(B_FWD(14),pos+2); // b after_call (pc+14) in gen_fill_function_ptr()
920 cache_addw(B_FWD(14),pos+2); // b after_call (pc+14) in gen_fill_function_ptr()
926 cache_addw(B_FWD(14),pos+2); // b after_call (pc+14) in gen_fill_function_ptr()
1005 cache_addw(B_FWD(4),pos+12); // b after_call (pc+4) in gen_fill_function_ptr()
1012 cache_addw(B_FWD(8),pos+8); // b after_call (pc+8) in gen_fill_function_ptr()
1037 cache_addw(B_FWD(4),pos+12); // b after_call (pc+4) in gen_fill_function_ptr()
1155 cache_addw(B_FWD(6),pos+12); // b after_call (pc+6) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-thumb-niw.h150 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
1082 cache_addw( B_FWD(func - (cache.pos + 4)) ); // b func in gen_create_branch_short()
1164 cache_addw(B_FWD(6),pos+6); // b after_call (pc+6) in gen_fill_function_ptr()
1170 cache_addw(B_FWD(6),pos+6); // b after_call (pc+6) in gen_fill_function_ptr()
1180 cache_addw(B_FWD(6),pos+6); // b after_call (pc+6) in gen_fill_function_ptr()
1186 cache_addw(B_FWD(6),pos+6); // b after_call (pc+6) in gen_fill_function_ptr()
1207 cache_addw(B_FWD(4),pos+8); // b after_call (pc+4) in gen_fill_function_ptr()
1237 cache_addw(B_FWD(6),pos+6); // b after_call (pc+6) in gen_fill_function_ptr()
1314 cache_addw(B_FWD(8),pos+6); // b after_call (pc+8) in gen_fill_function_ptr()
1320 cache_addw(B_FWD(8),pos+6); // b after_call (pc+8) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-thumb-iw.h153 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
1083 cache_addw( B_FWD(func - (cache.pos + 4)) ); // b func in gen_create_branch_short()
1109 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
1115 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
1121 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
1127 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
1133 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
1147 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
1153 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
1159 cache_addw(B_FWD(6),pos+2); // b after_call (pc+6) in gen_fill_function_ptr()
[all …]
H A Drisc_armv8le.h297 #define B_FWD(imm) (0x14000000 + ((imm) >> 2) ) macro
856 cache_addd( B_FWD(0) ); // b j in gen_create_branch_long_nonzero()
864 cache_addd( B_FWD(0) ); // b j in gen_create_branch_long_leqzero()
H A Drisc_armv4le-o3.h172 #define B_FWD(imm) (0xea000000 + ((imm) >> 2) ) macro
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/core_dynrec/
H A Drisc_armv4le-thumb.h153 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
231 cache_addw( B_FWD(2) ); // b next_code (pc+2) in gen_mov_dword_to_reg_imm()
236 cache_addw( B_FWD(4) ); // b next_code (pc+4) in gen_mov_dword_to_reg_imm()
917 *(Bit16u*)(pos+2)=B_FWD(14); // b after_call (pc+14) in gen_fill_function_ptr()
949 *(Bit16u*)pos=B_FWD(16); // b after_call (pc+16) in gen_fill_function_ptr()
1008 *(Bit16u*)(pos+12)=B_FWD(4); // b after_call (pc+4) in gen_fill_function_ptr()
1015 *(Bit16u*)(pos+8)=B_FWD(8); // b after_call (pc+8) in gen_fill_function_ptr()
1040 *(Bit16u*)(pos+12)=B_FWD(4); // b after_call (pc+4) in gen_fill_function_ptr()
1099 *(Bit16u*)pos=B_FWD(18); // b after_call (pc+18) in gen_fill_function_ptr()
1158 *(Bit16u*)(pos+12)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-thumb-niw.h153 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
1143 *(Bit16u*)pos=B_FWD(12); // b after_call (pc+12) in gen_fill_function_ptr()
1167 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1173 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1183 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1189 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1210 *(Bit16u*)(pos+8)=B_FWD(4); // b after_call (pc+4) in gen_fill_function_ptr()
1240 *(Bit16u*)(pos+6)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1293 *(Bit16u*)pos=B_FWD(14); // b after_call (pc+14) in gen_fill_function_ptr()
1317 *(Bit16u*)(pos+6)=B_FWD(8); // b after_call (pc+8) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-thumb-iw.h153 #define B_FWD(imm) (0xe000 + ((imm) >> 1) ) macro
1109 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1115 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1121 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1127 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1133 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1141 *(Bit16u*)pos=B_FWD(8); // b after_call (pc+8) in gen_fill_function_ptr()
1147 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1153 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
1159 *(Bit16u*)(pos+2)=B_FWD(6); // b after_call (pc+6) in gen_fill_function_ptr()
[all …]
H A Drisc_armv4le-o3.h175 #define B_FWD(imm) (0xea000000 + ((imm) >> 2) ) macro