Home
last modified time | relevance | path

Searched refs:A_SH (Results 1 – 13 of 13) sorted by relevance

/dports/editors/fpc-ide/fpc-3.2.2/compiler/mips/
H A Daoptcpu.pas191 A_SB,A_SH,A_SW,A_SWL,A_SWR,A_SWC1,A_SDC1:
389 MatchInstruction(next,A_SH) and
419 MatchInstruction(next2,A_SH) and
502 ((taicpu(p).oper[2]^.val=65535) and MatchInstruction(next,A_SH)) and
544 if TryRemoveMovBeforeStore(p,taicpu(next),[A_SB,A_SH,A_SW]) then
642 (taicpu(next).opcode in [A_LB,A_LBU,A_LH,A_LHU,A_LW,A_SB,A_SH,A_SW]) and
H A Dopcode.inc39 A_SH,
H A Dcgcpu.pas468 Op := A_SH;
/dports/lang/fpc/fpc-3.2.2/compiler/mips/
H A Daoptcpu.pas191 A_SB,A_SH,A_SW,A_SWL,A_SWR,A_SWC1,A_SDC1:
389 MatchInstruction(next,A_SH) and
419 MatchInstruction(next2,A_SH) and
502 ((taicpu(p).oper[2]^.val=65535) and MatchInstruction(next,A_SH)) and
544 if TryRemoveMovBeforeStore(p,taicpu(next),[A_SB,A_SH,A_SW]) then
642 (taicpu(next).opcode in [A_LB,A_LBU,A_LH,A_LHU,A_LW,A_SB,A_SH,A_SW]) and
H A Dopcode.inc39 A_SH,
H A Dcgcpu.pas468 Op := A_SH;
/dports/lang/fpc-source/fpc-3.2.2/compiler/mips/
H A Daoptcpu.pas191 A_SB,A_SH,A_SW,A_SWL,A_SWR,A_SWC1,A_SDC1:
389 MatchInstruction(next,A_SH) and
419 MatchInstruction(next2,A_SH) and
502 ((taicpu(p).oper[2]^.val=65535) and MatchInstruction(next,A_SH)) and
544 if TryRemoveMovBeforeStore(p,taicpu(next),[A_SB,A_SH,A_SW]) then
642 (taicpu(next).opcode in [A_LB,A_LBU,A_LH,A_LHU,A_LW,A_SB,A_SH,A_SW]) and
H A Dopcode.inc39 A_SH,
H A Dcgcpu.pas468 Op := A_SH;
/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dparse.c1126 static const char acc2[5] = {A_DF, A_FT, A_NT, A_SH, A_DS}; in note_transpose()
1150 a = A_SH; in note_transpose()
1207 a = i1 == A_SH ? A_FT : A_SH; in note_transpose()
3891 accs[nacc] = A_SH; in set_k_acc()
4929 case A_SH: in get_transpose()
4950 case A_SH: in get_transpose()
4966 case A_SH: in get_transpose()
H A Ddraw.c3507 case 7: map[6] = A_SH; in setmap()
3508 case 6: map[2] = A_SH; in setmap()
3509 case 5: map[5] = A_SH; in setmap()
3510 case 4: map[1] = A_SH; in setmap()
3511 case 3: map[4] = A_SH; in setmap()
3512 case 2: map[0] = A_SH; in setmap()
3513 case 1: map[3] = A_SH; in setmap()
4148 if ((s->u.note.notes[0].acc & 0x07) == A_SH in draw_sym_near()
H A Dabcm2ps.h22 A_SH, /* sharp */ enumerator
H A Dabcparse.c1540 *acc = A_SH; in parse_acc_pit()