Home
last modified time | relevance | path

Searched refs:I_CP (Results 1 – 9 of 9) sorted by relevance

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rimp2/
H A Dxf3ci_step12.F96 Integer H_CP, H_CQ, I_CP, I_CQ, LCP, LCQ
294 $ 'local xform matrix 2', H_CP, I_CP)
347 $ Dbl_MB(I_CP), ALo, AHi,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rimp2/
H A Dxf3ci_step12.F96 Integer H_CP, H_CQ, I_CP, I_CQ, LCP, LCQ
294 $ 'local xform matrix 2', H_CP, I_CP)
347 $ Dbl_MB(I_CP), ALo, AHi,
/dports/devel/z80-asm/z80-asm-2.3/
H A Dinstr.c18 {"CP", I_CP},
H A Dinstr_token12 I_SUB, I_CP, I_AND, I_OR, I_XOR,
H A Dasm.c824 case I_CP: in compile()
H A Dexecute.c975 return f_alu (a1,t1,a2,t2,dis(I_CP),cp); in f_cp()
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_sys.c455 if (inst & I_CP) { /* current page? */ in fprint_sym()
612 val[0] = val[0] | I_CP; in parse_sym()
621 val[0] = val[0] | (d & (I_IA | I_DISP)) | I_CP; in parse_sym()
H A Dhp2100_cpu.h184 #define I_CP 0002000 /* current page */ macro
H A Dhp2100_cpu.c1849 if (IR & I_CP) /* current page? */ in Ea()