Searched defs:inst (Results 1 – 3 of 3) sorted by relevance
136 static u4 InstA(u2 inst) { return (inst >> 8) & 0x0f; } in InstA()137 static u4 InstB(u2 inst) { return inst >> 12; } in InstB()138 static u4 InstAA(u2 inst) { return inst >> 8; } in InstAA()150 u2 inst = bytecode[0]; in DecodeInstruction() local
92 def test_case_fn(inst): argument
163 def query_float_list(inst, scpi): argument