Home
last modified time | relevance | path

Searched defs:lasti (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Ddis.py61 def disassemble(co, lasti=-1): argument
110 def disassemble_string(code, lasti=-1, varnames=None, names=None, argument
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c486 int i, lasti = 0; in tgsi_last_instruction() local
2132 int r, i, lasti; in do_lds_fetch_values() local
3101 int i, r, lasti; in r600_store_tcs_output() local
4520 int i, j, r, lasti = tgsi_last_instruction(write_mask); in tgsi_op2_64_params() local
4670 int lasti = 3; in tgsi_op3_64() local
4703 int i, j, r, lasti = tgsi_last_instruction(write_mask); in tgsi_op2_s() local
4782 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_ineg() local
4813 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in tgsi_dneg() local
5020 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in egcm_double_to_int() local
5089 int lasti = tgsi_last_instruction(inst->Dst[0].Register.WriteMask); in cayman_emit_double_instr() local
[all …]
/external/python/cpython3/Lib/
Ddis.py365 def disassemble(co, lasti=-1, *, file=None): argument
383 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
Dpdb.py116 def lasti2lineno(code, lasti): argument
/external/python/cpython3/Lib/test/
Dtest_dis.py471 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument
481 def get_disassemble_as_string(self, func, lasti=-1): argument
674 def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs): argument
/external/iproute2/netem/
Dmaketable.c164 int i, j, last, lasti = -1; in interpolatetable() local
/external/python/cpython2/Objects/
Dcodeobject.c717 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython3/Python/
Dtraceback.c37 tb_create_raw(PyTracebackObject *next, PyFrameObject *frame, int lasti, in tb_create_raw()
/external/python/cpython3/Objects/
Dcodeobject.c1002 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp834 int lasti = util_last_bit(instr.dest.write_mask); in emit_alu_trans_op2() local