Home
last modified time | relevance | path

Searched refs:mcpofs (Results 1 – 18 of 18) sorted by relevance

/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_emit_x86.h295 #define mcpofs(as, k) \ macro
321 } else if (checki32(mcpofs(as, u64)) && checki32(mctopofs(as, u64))) { in emit_loadu64()
325 emit_rmro(as, XO_LEA, r|REX_64, RID_RIP, (int32_t)mcpofs(as, u64)); in emit_loadu64()
344 } else if (checki32(mcpofs(as, addr)) && checki32(mctopofs(as, addr))) { in emit_rma()
345 emit_rmro(as, xo, rr, RID_RIP, (int32_t)mcpofs(as, addr)); in emit_rma()
380 (checki32(mcpofs(as, k)) && checki32(mctopofs(as, k)))) { in emit_loadk64()
396 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); in emit_loadk64()
H A Dlj_emit_arm64.h241 #define mcpofs(as, k) \ macro
244 ((((mcpofs(as, k)>>2) + 0x00040000) >> 19) == 0)
253 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, p)>>2), r); in emit_lsptr()
288 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, k)>>2), r); in emit_loadk64()
H A Dlj_asm_x86.h377 } else if (checki32(mcpofs(as, k)) && checki32(mcpofs(as, k+1)) && in asm_fuseloadk64()
379 as->mrm.ofs = (int32_t)mcpofs(as, k); in asm_fuseloadk64()
391 as->mrm.ofs = (int32_t)mcpofs(as, as->mctop - ir->i); in asm_fuseloadk64()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_emit_x86.h295 #define mcpofs(as, k) \ macro
321 } else if (checki32(mcpofs(as, u64)) && checki32(mctopofs(as, u64))) { in emit_loadu64()
325 emit_rmro(as, XO_LEA, r|REX_64, RID_RIP, (int32_t)mcpofs(as, u64)); in emit_loadu64()
344 } else if (checki32(mcpofs(as, addr)) && checki32(mctopofs(as, addr))) { in emit_rma()
345 emit_rmro(as, xo, rr, RID_RIP, (int32_t)mcpofs(as, addr)); in emit_rma()
380 (checki32(mcpofs(as, k)) && checki32(mctopofs(as, k)))) { in emit_loadk64()
397 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); in emit_loadk64()
H A Dlj_emit_arm64.h241 #define mcpofs(as, k) \ macro
244 ((((mcpofs(as, k)>>2) + 0x00040000) >> 19) == 0)
253 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, p)>>2), r); in emit_lsptr()
288 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, k)>>2), r); in emit_loadk64()
H A Dlj_asm_x86.h377 } else if (checki32(mcpofs(as, k)) && checki32(mcpofs(as, k+1)) && in asm_fuseloadk64()
379 as->mrm.ofs = (int32_t)mcpofs(as, k); in asm_fuseloadk64()
391 as->mrm.ofs = (int32_t)mcpofs(as, as->mctop - ir->i); in asm_fuseloadk64()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_emit_x86.h297 #define mcpofs(as, k) \ macro
323 } else if (checki32(mcpofs(as, u64)) && checki32(mctopofs(as, u64))) { in emit_loadu64()
327 emit_rmro(as, XO_LEA, r|REX_64, RID_RIP, (int32_t)mcpofs(as, u64)); in emit_loadu64()
346 } else if (checki32(mcpofs(as, addr)) && checki32(mctopofs(as, addr))) { in emit_rma()
347 emit_rmro(as, xo, rr, RID_RIP, (int32_t)mcpofs(as, addr)); in emit_rma()
400 (checki32(mcpofs(as, k)) && checki32(mctopofs(as, k)))) { in emit_loadk64()
418 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); in emit_loadk64()
H A Dlj_emit_arm64.h245 #define mcpofs(as, k) \ macro
248 (A64F_S_OK(mcpofs(as, k)>>2, 19))
257 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, p)>>2), r); in emit_lsptr()
292 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, k)>>2), r); in emit_loadk64()
H A Dlj_asm_x86.h386 } else if (checki32(mcpofs(as, k)) && checki32(mcpofs(as, k+1)) && in asm_fuseloadk64()
388 as->mrm.ofs = (int32_t)mcpofs(as, k); in asm_fuseloadk64()
402 as->mrm.ofs = (int32_t)mcpofs(as, as->mctop - ir->i); in asm_fuseloadk64()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_emit_x86.h297 #define mcpofs(as, k) \ macro
323 } else if (checki32(mcpofs(as, u64)) && checki32(mctopofs(as, u64))) { in emit_loadu64()
327 emit_rmro(as, XO_LEA, r|REX_64, RID_RIP, (int32_t)mcpofs(as, u64)); in emit_loadu64()
346 } else if (checki32(mcpofs(as, addr)) && checki32(mctopofs(as, addr))) { in emit_rma()
347 emit_rmro(as, xo, rr, RID_RIP, (int32_t)mcpofs(as, addr)); in emit_rma()
400 (checki32(mcpofs(as, k)) && checki32(mctopofs(as, k)))) { in emit_loadk64()
418 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); in emit_loadk64()
H A Dlj_emit_arm64.h245 #define mcpofs(as, k) \ macro
248 (A64F_S_OK(mcpofs(as, k)>>2, 19))
257 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, p)>>2), r); in emit_lsptr()
292 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, k)>>2), r); in emit_loadk64()
H A Dlj_asm_x86.h386 } else if (checki32(mcpofs(as, k)) && checki32(mcpofs(as, k+1)) && in asm_fuseloadk64()
388 as->mrm.ofs = (int32_t)mcpofs(as, k); in asm_fuseloadk64()
402 as->mrm.ofs = (int32_t)mcpofs(as, as->mctop - ir->i); in asm_fuseloadk64()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_emit_x86.h297 #define mcpofs(as, k) \ macro
323 } else if (checki32(mcpofs(as, u64)) && checki32(mctopofs(as, u64))) { in emit_loadu64()
327 emit_rmro(as, XO_LEA, r|REX_64, RID_RIP, (int32_t)mcpofs(as, u64)); in emit_loadu64()
346 } else if (checki32(mcpofs(as, addr)) && checki32(mctopofs(as, addr))) { in emit_rma()
347 emit_rmro(as, xo, rr, RID_RIP, (int32_t)mcpofs(as, addr)); in emit_rma()
400 (checki32(mcpofs(as, k)) && checki32(mctopofs(as, k)))) { in emit_loadk64()
418 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); in emit_loadk64()
H A Dlj_emit_arm64.h245 #define mcpofs(as, k) \ macro
248 (A64F_S_OK(mcpofs(as, k)>>2, 19))
257 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, p)>>2), r); in emit_lsptr()
292 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, k)>>2), r); in emit_loadk64()
H A Dlj_asm_x86.h386 } else if (checki32(mcpofs(as, k)) && checki32(mcpofs(as, k+1)) && in asm_fuseloadk64()
388 as->mrm.ofs = (int32_t)mcpofs(as, k); in asm_fuseloadk64()
402 as->mrm.ofs = (int32_t)mcpofs(as, as->mctop - ir->i); in asm_fuseloadk64()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_emit_x86.h297 #define mcpofs(as, k) \ macro
323 } else if (checki32(mcpofs(as, u64)) && checki32(mctopofs(as, u64))) { in emit_loadu64()
327 emit_rmro(as, XO_LEA, r|REX_64, RID_RIP, (int32_t)mcpofs(as, u64)); in emit_loadu64()
346 } else if (checki32(mcpofs(as, addr)) && checki32(mctopofs(as, addr))) { in emit_rma()
347 emit_rmro(as, xo, rr, RID_RIP, (int32_t)mcpofs(as, addr)); in emit_rma()
400 (checki32(mcpofs(as, k)) && checki32(mctopofs(as, k)))) { in emit_loadk64()
418 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); in emit_loadk64()
H A Dlj_emit_arm64.h243 #define mcpofs(as, k) \ macro
246 (A64F_S_OK(mcpofs(as, k)>>2, 19))
255 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, p)>>2), r); in emit_lsptr()
290 emit_d(as, A64I_LDRLx | A64F_S19(mcpofs(as, k)>>2), r); in emit_loadk64()
H A Dlj_asm_x86.h379 } else if (checki32(mcpofs(as, k)) && checki32(mcpofs(as, k+1)) && in asm_fuseloadk64()
381 as->mrm.ofs = (int32_t)mcpofs(as, k); in asm_fuseloadk64()
395 as->mrm.ofs = (int32_t)mcpofs(as, as->mctop - ir->i); in asm_fuseloadk64()