Home
last modified time | relevance | path

Searched refs:nextInstrOffset (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DMozAssembler-vixl.cpp221 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in b()
228 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), cond, doc); in b()
258 return bl(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in bl()
275 return cbz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbz()
292 …return cbnz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbnz()
311 …return tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, labe… in tbz()
330 …return tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, lab… in tbnz()
349 return adr(rd, LinkAndGetByteOffsetTo(nextInstrOffset(), label), doc); in adr()
369 return adrp(rd, LinkAndGetPageOffsetTo(nextInstrOffset(), label), doc); in adrp()
H A DMozBaseAssembler-vixl.h130 BufferOffset nextInstrOffset() { in nextInstrOffset() function
131 return armbuffer_.nextInstrOffset(); in nextInstrOffset()
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DMozAssembler-vixl.cpp221 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in b()
228 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), cond, doc); in b()
258 return bl(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in bl()
275 return cbz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbz()
292 …return cbnz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbnz()
311 …return tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, labe… in tbz()
330 …return tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, lab… in tbnz()
349 return adr(rd, LinkAndGetByteOffsetTo(nextInstrOffset(), label), doc); in adr()
369 return adrp(rd, LinkAndGetPageOffsetTo(nextInstrOffset(), label), doc); in adrp()
H A DMozBaseAssembler-vixl.h130 BufferOffset nextInstrOffset() { in nextInstrOffset() function
131 return armbuffer_.nextInstrOffset(); in nextInstrOffset()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DMozAssembler-vixl.cpp221 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in b()
228 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), cond, doc); in b()
258 return bl(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in bl()
275 return cbz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbz()
292 …return cbnz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbnz()
311 …return tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, labe… in tbz()
330 …return tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, lab… in tbnz()
349 return adr(rd, LinkAndGetByteOffsetTo(nextInstrOffset(), label), doc); in adr()
369 return adrp(rd, LinkAndGetPageOffsetTo(nextInstrOffset(), label), doc); in adrp()
H A DMozBaseAssembler-vixl.h130 BufferOffset nextInstrOffset() { in nextInstrOffset() function
131 return armbuffer_.nextInstrOffset(); in nextInstrOffset()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DMozAssembler-vixl.cpp221 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in b()
228 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), cond, doc); in b()
258 return bl(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in bl()
275 return cbz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbz()
292 …return cbnz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbnz()
311 …return tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, labe… in tbz()
330 …return tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, lab… in tbnz()
349 return adr(rd, LinkAndGetByteOffsetTo(nextInstrOffset(), label), doc); in adr()
369 return adrp(rd, LinkAndGetPageOffsetTo(nextInstrOffset(), label), doc); in adrp()
H A DMozBaseAssembler-vixl.h118 BufferOffset nextInstrOffset() { in nextInstrOffset() function
119 return armbuffer_.nextInstrOffset(); in nextInstrOffset()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DMozAssembler-vixl.cpp221 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label)); in b()
227 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), cond); in b()
256 return bl(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label)); in bl()
272 return cbz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label)); in cbz()
288 return cbnz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label)); in cbnz()
306 …return tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, labe… in tbz()
324 …return tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, lab… in tbnz()
342 return adr(rd, LinkAndGetByteOffsetTo(nextInstrOffset(), label)); in adr()
361 return adrp(rd, LinkAndGetPageOffsetTo(nextInstrOffset(), label)); in adrp()
H A DMozBaseAssembler-vixl.h93 BufferOffset nextInstrOffset() { in nextInstrOffset() function
94 return armbuffer_.nextInstrOffset(); in nextInstrOffset()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DMozAssembler-vixl.cpp221 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label)); in b()
227 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), cond); in b()
250 return bl(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label)); in bl()
266 return cbz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label)); in cbz()
282 return cbnz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label)); in cbnz()
300 …return tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, labe… in tbz()
318 …return tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, lab… in tbnz()
336 return adr(rd, LinkAndGetByteOffsetTo(nextInstrOffset(), label)); in adr()
355 return adrp(rd, LinkAndGetPageOffsetTo(nextInstrOffset(), label)); in adrp()
H A DMozBaseAssembler-vixl.h93 BufferOffset nextInstrOffset() { in nextInstrOffset() function
94 return armbuffer_.nextInstrOffset(); in nextInstrOffset()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DMozAssembler-vixl.cpp223 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in b()
230 return b(LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), cond, doc); in b()
260 return bl(LinkAndGetInstructionOffsetTo(nextInstrOffset(), UncondBranchRangeType, label), doc); in bl()
277 return cbz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbz()
294 …return cbnz(rt, LinkAndGetInstructionOffsetTo(nextInstrOffset(), CondBranchRangeType, label), doc); in cbnz()
313 …return tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, labe… in tbz()
332 …return tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(nextInstrOffset(), TestBranchRangeType, lab… in tbnz()
351 return adr(rd, LinkAndGetByteOffsetTo(nextInstrOffset(), label), doc); in adr()
371 return adrp(rd, LinkAndGetPageOffsetTo(nextInstrOffset(), label), doc); in adrp()
H A DMozBaseAssembler-vixl.h118 BufferOffset nextInstrOffset() { in nextInstrOffset() function
119 return armbuffer_.nextInstrOffset(); in nextInstrOffset()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DIonAssemblerBufferWithConstantPools.h822 BufferOffset nextInstrOffset() in nextInstrOffset() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DIonAssemblerBufferWithConstantPools.h780 BufferOffset nextInstrOffset() { in nextInstrOffset() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DIonAssemblerBufferWithConstantPools.h821 BufferOffset nextInstrOffset() in nextInstrOffset() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DIonAssemblerBufferWithConstantPools.h812 BufferOffset nextInstrOffset() { in nextInstrOffset() function
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DIonAssemblerBufferWithConstantPools.h812 BufferOffset nextInstrOffset() { in nextInstrOffset() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DIonAssemblerBufferWithConstantPools.h812 BufferOffset nextInstrOffset() { in nextInstrOffset() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DIonAssemblerBufferWithConstantPools.h812 BufferOffset nextInstrOffset() { in nextInstrOffset() function