Home
last modified time | relevance | path

Searched defs:append_instruction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/etnaviv/isa/
H A Dutil.rs13 fn append_instruction(&mut self, new_inst: etna_inst); in append_instruction() method
34 fn append_instruction(&mut self, new_inst: etna_inst) { in append_instruction() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dfunction.cpp29 void Function::append_instruction( in append_instruction() function in torch::jit::mobile::Function
42 void Function::append_instruction(OpCode op, int64_t X, int64_t N) { in append_instruction() function in torch::jit::mobile::Function