/freebsd/lib/libsys/ |
H A D | Makefile.sys | 52 PSEUDO= \ 100 PSEUDO+= ${INTERPOSED} 110 .if !${MDASM:R:M${_asm:R}} && !${NOASM:R:M${_asm:R}} && !${PSEUDO:M${_asm:R}} 117 SPSEUDO= ${PSEUDO:C/^.*$/_&.S/}
|
/freebsd/lib/libsys/i386/ |
H A D | syscall.S | 47 PSEUDO(syscall)
|
H A D | SYS.h | 55 #define PSEUDO(name) ENTRY(__sys_##name); \ macro
|
/freebsd/lib/libsys/aarch64/ |
H A D | SYS.h | 51 #define PSEUDO(name) \ macro
|
/freebsd/lib/libsys/amd64/ |
H A D | SYS.h | 56 #define PSEUDO(name) ENTRY(__sys_##name); \ macro
|
/freebsd/lib/libsys/riscv/ |
H A D | SYS.h | 52 #define PSEUDO(name) \ macro
|
/freebsd/lib/libsys/powerpc/ |
H A D | SYS.h | 50 #define PSEUDO(name) \ macro
|
/freebsd/lib/libsys/powerpc64/ |
H A D | SYS.h | 58 #define PSEUDO(name) \ macro
|
/freebsd/lib/libsys/arm/ |
H A D | SYS.h | 56 #define PSEUDO(x) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonIICScalar.td | 15 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT1, SLOT2, SLOT3]>],
|
H A D | HexagonDepInstrInfo.td | 26668 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26680 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26691 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26703 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26714 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26726 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26737 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26749 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26760 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26772 PSEUDO, TypeMAPPIN [all...] |
H A D | HexagonScheduleV5.td | 14 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT1, SLOT2, SLOT3]>]>,
|
H A D | HexagonScheduleV55.td | 12 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT1, SLOT2, SLOT3]>],
|
H A D | HexagonScheduleV67T.td | 11 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT2, SLOT3]>], [2, 1, 1],
|
H A D | HexagonScheduleV71T.td | 12 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT2, SLOT3]>], [2, 1, 1],
|
H A D | HexagonSchedule.td | 48 def PSEUDO : InstrItinClass;
|
H A D | HexagonInstrFormats.td | 230 : InstHexagon<outs, ins, asmstr, pattern, cstr, PSEUDO, TypePSEUDO>,
|
H A D | HexagonPseudo.td | 612 def PS_crash: InstHexagon<(outs), (ins), "", [], "", PSEUDO, TypePSEUDO>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1807 "# Select8 PSEUDO", [(set i8 1819 "# Select16 PSEUDO", [(set i16 1830 "# Lsl8 PSEUDO", [(set i8 1840 "# Lsl16 PSEUDO", [(set i16 1847 "# Lsl32 PSEUDO", 1855 "# Lsr8 PSEUDO", [(set i8 1865 "# Lsr16 PSEUDO", [(set i16 1872 "# Lsr32 PSEUDO", 1880 "# Rol8 PSEUDO", [(set i8 1890 "# Rol16 PSEUDO", [(set i16 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.td | 184 "# ADDframe PSEUDO", []>; 190 "# Select8 PSEUDO", 194 "# Select16 PSEUDO", 200 "# Shl8 PSEUDO", 203 "# Shl16 PSEUDO", 206 "# Sra8 PSEUDO", 209 "# Sra16 PSEUDO", 212 "# Srl8 PSEUDO", 215 "# Srl16 PSEUDO",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.td | 730 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 735 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 740 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 745 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 750 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 755 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 760 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 765 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 564 "; SELECT_CC_Int_ICC PSEUDO!", 568 "; SELECT_CC_FP_ICC PSEUDO!", 573 "; SELECT_CC_DFP_ICC PSEUDO!", 578 "; SELECT_CC_QFP_ICC PSEUDO!", 585 "; SELECT_CC_Int_XCC PSEUDO!", 589 "; SELECT_CC_FP_XCC PSEUDO!", 594 "; SELECT_CC_DFP_XCC PSEUDO!", 599 "; SELECT_CC_QFP_XCC PSEUDO!", 607 "; SELECT_CC_Int_FCC PSEUDO!", 612 "; SELECT_CC_FP_FCC PSEUDO!", [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrFormats.td | 239 // M68k PSEUDO INSTRUCTION
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 4294 PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/ 4509 PSEUDO: function( match, curLoop, inplace, result, not ) { 4662 PSEUDO: function( elem, match, i, array ) { 5182 if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !/!=/.test( expr ) ) { 5336 while ( (match = Expr.match.PSEUDO.exec( selector )) ) { 5338 selector = selector.replace( Expr.match.PSEUDO, "" );
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.td | 356 "# SELECT_CC PSEUDO!",
|