Home
last modified time | relevance | path

Searched refs:InstrL (Results 1 – 2 of 2) sorted by relevance

/dports/devel/asl/asl-current/
H A Dcode77230.c66 InstrL, InstrRW, InstrWT, InstrNF, InstrWI, enumerator
82 (1l << InstrALU) | (1l << InstrMove) | (1l << InstrRW) | (1l << InstrL) | (1l << InstrFC),
390 AddComp(InstrL, Index); in DecodeL()
914 InstrDefs[InstrL] = 0; in InitFields()
1037 + (InstrComps[InstrRP] << 21) + (InstrComps[InstrL] << 16) in MakeCode_77230()
1050 + (InstrComps[InstrRPC] << 18) + (InstrComps[InstrL] << 16) in MakeCode_77230()
1058 + (InstrComps[InstrL] << 16) + (InstrComps[InstrFC] << 15) in MakeCode_77230()
1064 + (InstrComps[InstrRW] << 20) + (InstrComps[InstrL] << 16) in MakeCode_77230()
1070 + (InstrComps[InstrWT] << 19) + (InstrComps[InstrL] << 16) in MakeCode_77230()
1077 + (InstrComps[InstrL] << 16) + (InstrComps[InstrFC] << 15) in MakeCode_77230()
[all …]
/dports/devel/asmx/asmx-1.8.2_2/
H A Dasmguts.h2739 void InstrL(u_long l1) in InstrL() function