/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sched-int.h | 109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) argument 112 #define SET_INSN_LUID(INSN, LUID) \ argument 113 (sched_luids[INSN_UID (INSN)] = (LUID)) 949 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument 953 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 954 #define INSN_FUSION_PRIORITY(INSN) (HID (INSN)->fusion_priority) argument 955 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 956 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 957 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 958 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument [all …]
|
H A D | sel-sched-ir.h | 546 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH (insn, (INSN), (I), (L)) argument 547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument 784 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument 789 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 790 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 791 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 792 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 793 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument 794 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument 796 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument [all …]
|
H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 228 for ((INSN) = BB_HEAD (BB); \ 229 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 230 (INSN) = NEXT_INSN (INSN)) 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 235 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \ 236 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 237 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL) 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 240 for ((INSN) = BB_END (BB); \ [all …]
|
H A D | df.h | 748 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (INSN))]) argument 749 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 756 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET (INSN))) argument 757 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET (INSN))) argument 758 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET (INSN))) argument 759 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET (INSN))) argument 766 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid) argument 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) argument 768 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses) argument 769 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses) argument [all …]
|
H A D | rtl.h | 851 #define NONJUMP_INSN_P(X) (GET_CODE (X) == INSN) 877 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1534 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1564 (RTL_FLAG_CHECK6 ("RTX_FRAME_RELATED_P", (RTX), DEBUG_INSN, INSN, \ 1603 (RTL_FLAG_CHECK3 ("INSN_FROM_TARGET_P", (RTX), INSN, JUMP_INSN, \ 1619 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1656 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1661 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1670 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1671 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sched-int.h | 109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) argument 112 #define SET_INSN_LUID(INSN, LUID) \ argument 113 (sched_luids[INSN_UID (INSN)] = (LUID)) 949 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument 953 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 954 #define INSN_FUSION_PRIORITY(INSN) (HID (INSN)->fusion_priority) argument 955 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 956 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 957 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 958 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument [all …]
|
H A D | sel-sched-ir.h | 546 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH (insn, (INSN), (I), (L)) argument 547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument 784 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument 789 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 790 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 791 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 792 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 793 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument 794 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument 796 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument [all …]
|
H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 228 for ((INSN) = BB_HEAD (BB); \ 229 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 230 (INSN) = NEXT_INSN (INSN)) 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 235 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \ 236 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 237 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL) 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 240 for ((INSN) = BB_END (BB); \ [all …]
|
H A D | df.h | 748 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (INSN))]) argument 749 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 756 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET (INSN))) argument 757 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET (INSN))) argument 758 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET (INSN))) argument 759 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET (INSN))) argument 766 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid) argument 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) argument 768 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses) argument 769 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses) argument [all …]
|
H A D | rtl.h | 843 #define NONJUMP_INSN_P(X) (GET_CODE (X) == INSN) 869 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1526 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1556 (RTL_FLAG_CHECK6 ("RTX_FRAME_RELATED_P", (RTX), DEBUG_INSN, INSN, \ 1595 (RTL_FLAG_CHECK3 ("INSN_FROM_TARGET_P", (RTX), INSN, JUMP_INSN, \ 1611 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1648 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1653 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1662 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1663 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument [all …]
|
/netbsd-src/common/lib/libc/arch/aarch64/atomic/ |
H A D | atomic_op_asm.h | 37 #define ATOMIC_OP8(OP, INSN) \ argument 41 INSN w2, w0, w1 /* calculate new value */ ;\ 47 #define SYNC_FETCH_OP8(OP, INSN) \ argument 52 INSN w2, w0, w1 /* calculate new value */ ;\ 59 #define ATOMIC_OP8_NV(OP, INSN) \ argument 63 INSN w0, w0, w1 /* calc new (return) value */ ;\ 69 #define SYNC_OP8_FETCH(OP, INSN) \ argument 74 INSN w0, w0, w1 /* calc new (return) value */ ;\ 81 #define ATOMIC_OP16(OP, INSN) \ argument 85 INSN w2, w0, w1 /* calculate new value */ ;\ [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | tic6x-opcode-table.h | 132 INSN(abs, l, unary, 1cycle, C62X, 0, 137 INSN(abs, l, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_NO_CROSS, 142 INSN(abs2, l, unary, 1cycle, C64X, 0, 148 INSN(absdp, s, 1_or_2_src, 2cycle_dp, C67X, TIC6X_FLAG_NO_CROSS, 154 INSN(abssp, s, unary, 1cycle, C67X, 0, 219 INSN(add, l, l3_sat_0, 1cycle, C64XP, 0, 224 INSN(add, l, l3i, 1cycle, C64XP, 0, 229 INSN(add, l, lx1, 1cycle, C64XP, 234 INSN(add, s, s3_sat_0, 1cycle, C64XP, 0, 239 INSN(add, s, sx1, 1cycle, C64XP, TIC6X_FLAG_NO_CROSS, [all …]
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | tic6x-opcode-table.h | 132 INSN(abs, l, unary, 1cycle, C62X, 0, 137 INSN(abs, l, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_NO_CROSS, 142 INSN(abs2, l, unary, 1cycle, C64X, 0, 148 INSN(absdp, s, 1_or_2_src, 2cycle_dp, C67X, TIC6X_FLAG_NO_CROSS, 154 INSN(abssp, s, unary, 1cycle, C67X, 0, 219 INSN(add, l, l3_sat_0, 1cycle, C64XP, 0, 224 INSN(add, l, l3i, 1cycle, C64XP, 0, 229 INSN(add, l, lx1, 1cycle, C64XP, 234 INSN(add, s, s3_sat_0, 1cycle, C64XP, 0, 239 INSN(add, s, sx1, 1cycle, C64XP, TIC6X_FLAG_NO_CROSS, [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | iq2000m.cpu | 194 (dni cfc2 "control from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 200 (dni cfc3 "control from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 210 (dni chkhdr "check header" (MACH2000 LOAD-DELAY USES-RD YIELD-INSN) 246 (dni luc32 "lookup chain 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 252 (dni luc32l "lookup chain 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 258 (dni luc64 "lookup chain 64 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 264 (dni luc64l "lookup chain 64 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 276 (dni lulck "lookup lock" (MACH2000 USES-RT YIELD-INSN) 282 (dni lum32 "lookup match 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 288 (dni lum32l "lookup match 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) [all …]
|
H A D | mt.cpu | 309 ; (name EXT-SKIP-INSN) 330 (name AL-INSN) 337 (name IO-INSN) 344 (name BR-INSN) 589 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 597 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 605 (AL-INSN USES-FRDR USES-FRSR1) 616 (AL-INSN USES-FRDR USES-FRSR1) 624 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 632 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
H A D | iq2000m.cpu | 194 (dni cfc2 "control from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 200 (dni cfc3 "control from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 210 (dni chkhdr "check header" (MACH2000 LOAD-DELAY USES-RD YIELD-INSN) 246 (dni luc32 "lookup chain 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 252 (dni luc32l "lookup chain 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 258 (dni luc64 "lookup chain 64 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 264 (dni luc64l "lookup chain 64 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 276 (dni lulck "lookup lock" (MACH2000 USES-RT YIELD-INSN) 282 (dni lum32 "lookup match 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 288 (dni lum32l "lookup match 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) [all …]
|
H A D | mt.cpu | 309 ; (name EXT-SKIP-INSN) 330 (name AL-INSN) 337 (name IO-INSN) 344 (name BR-INSN) 589 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 597 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 605 (AL-INSN USES-FRDR USES-FRSR1) 616 (AL-INSN USES-FRDR USES-FRSR1) 624 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 632 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) [all …]
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | iq2000m.cpu | 194 (dni cfc2 "control from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 200 (dni cfc3 "control from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 210 (dni chkhdr "check header" (MACH2000 LOAD-DELAY USES-RD YIELD-INSN) 246 (dni luc32 "lookup chain 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 252 (dni luc32l "lookup chain 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 258 (dni luc64 "lookup chain 64 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 264 (dni luc64l "lookup chain 64 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 276 (dni lulck "lookup lock" (MACH2000 USES-RT YIELD-INSN) 282 (dni lum32 "lookup match 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 288 (dni lum32l "lookup match 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) [all …]
|
H A D | mt.cpu | 309 ; (name EXT-SKIP-INSN) 330 (name AL-INSN) 337 (name IO-INSN) 344 (name BR-INSN) 589 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 597 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 605 (AL-INSN USES-FRDR USES-FRSR1) 616 (AL-INSN USES-FRDR USES-FRSR1) 624 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 632 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) [all …]
|
/netbsd-src/external/gpl3/gdb/dist/cpu/ |
H A D | iq2000m.cpu | 194 (dni cfc2 "control from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 200 (dni cfc3 "control from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN) 210 (dni chkhdr "check header" (MACH2000 LOAD-DELAY USES-RD YIELD-INSN) 246 (dni luc32 "lookup chain 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 252 (dni luc32l "lookup chain 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 258 (dni luc64 "lookup chain 64 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 264 (dni luc64l "lookup chain 64 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) 276 (dni lulck "lookup lock" (MACH2000 USES-RT YIELD-INSN) 282 (dni lum32 "lookup match 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN) 288 (dni lum32l "lookup match 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN) [all …]
|
H A D | mt.cpu | 309 ; (name EXT-SKIP-INSN) 330 (name AL-INSN) 337 (name IO-INSN) 344 (name BR-INSN) 589 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 597 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 605 (AL-INSN USES-FRDR USES-FRSR1) 616 (AL-INSN USES-FRDR USES-FRSR1) 624 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) 632 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv-builtins.c | 102 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument 103 { CODE_FOR_riscv_ ## INSN, "__builtin_riscv_" NAME, \ 109 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 110 RISCV_BUILTIN (INSN, #INSN, RISCV_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL) 115 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 116 RISCV_BUILTIN (INSN, #INSN, RISCV_BUILTIN_DIRECT_NO_TARGET, \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv-builtins.cc | 102 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument 103 { CODE_FOR_riscv_ ## INSN, "__builtin_riscv_" NAME, \ 109 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 110 RISCV_BUILTIN (INSN, #INSN, RISCV_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL) 115 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 116 RISCV_BUILTIN (INSN, #INSN, RISCV_BUILTIN_DIRECT_NO_TARGET, \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZPatterns.td | 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR 18 // Record that INSN performs a 64-bit version of binary operator OPERATOR 38 // Record that INSN performs a binary read-modify-write operation, 48 // Record that INSN performs binary operation OPERATION on a byte 56 // Record that INSN performs insertion TYPE into a register of class CLS. 68 // INSN stores the low 32 bits of a GPR to a memory with addressing mode MODE. 75 // INSN and INSNY are an RX/RXY pair of instructions that store the low 84 // INSN stores the low 32 bits of a GPR using PC-relative addressing. 95 // INSN and INSNINV conditionally store the low 32 bits of a GPR to memory, 96 // with INSN storing when the condition is true and INSNINV storing when the [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch-builtins.cc | 119 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument 121 CODE_FOR_loongarch_##INSN, "__builtin_loongarch_" NAME, \ 129 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 130 LARCH_BUILTIN (INSN, #INSN, LARCH_BUILTIN_DIRECT, FUNCTION_TYPE, AVAIL) 135 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 136 LARCH_BUILTIN (INSN, #INSN, LARCH_BUILTIN_DIRECT_NO_TARGET, \
|