Searched refs:SETHI (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/arch/sparc64/include/ |
| D | elf_support.h | 44 const unsigned int SETHI = 0x03000000U; /* sethi %hi(0), %g1 */ in sparc_write_branch() local 78 where[0] = SETHI | HIVAL(value, 10); in sparc_write_branch() 94 where[0] = SETHI | HIVAL(~value, 10); in sparc_write_branch() 131 where[0] = SETHI | HIVAL(value, 22); in sparc_write_branch() 154 where[0] = SETHI | HIVAL(neg, 10); in sparc_write_branch() 178 where[0] = SETHI | HIVAL(value, 42); in sparc_write_branch()
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | elf_support.h | 35 const unsigned int SETHI = 0x03000000U; /* sethi %hi(0), %g1 */ in sparc_write_branch() local 59 where[0] = SETHI | HIVAL(value, 10); in sparc_write_branch()
|
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitNativeSPARC_32.c | 34 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate() 146 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((init_value >> 10) & 0x3fffff), DR(dst))); in emit_const()
|
| D | sljitNativeSPARC_common.c | 155 #define SETHI (OPC1(0x0) | OPC2(0x04)) macro
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-nds32.c | 5026 OP6 (SETHI), 5047 OP6 (SETHI), 5065 OP6 (SETHI), 5087 OP6 (SETHI), 5106 OP6 (SETHI), 5128 OP6(SETHI), 5150 OP6(SETHI), 5166 OP6 (SETHI), 5185 OP6 (SETHI), 5963 if (pattern_now->opcode->value == OP6 (SETHI)) in nds32_elf_append_relax_relocs()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | nds32-tdep.c | 689 else if (CHOP_BITS (insn, 20) == N32_TYPE1 (SETHI, REG_TA, 0)) in nds32_analyze_prologue() 727 else if (CHOP_BITS (insn, 20) == N32_TYPE1 (SETHI, REG_GP, 0)) in nds32_analyze_prologue()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/erc32/ |
| D | exec.c | 164 #define SETHI 0x04 macro 464 case SETHI: in dispatch_instruction()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | nds32-asm.c | 251 {"sethi", "=rt,%i20u", OP6 (SETHI), 4, ATTR_ALL, 0, NULL, 0, NULL},
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | nds32-asm.c | 251 {"sethi", "=rt,%i20u", OP6 (SETHI), 4, ATTR_ALL, 0, NULL, 0, NULL},
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-9697 | 3853 ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2002 | 30145 (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'. Add `N' as SETHI.
|