Searched refs:LDS (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/alpha/lib/ |
H A D | fpreg.c | 180 #define LDS(reg,val) asm volatile ("itofs %0,$f"#reg : : "r"(val)); macro 182 #define LDS(reg,val) asm volatile ("lds $f"#reg",%0" : : "m"(val)); macro 194 LDS(0, val); in alpha_write_fp_reg_s() 197 case 0: LDS( 0, val); break; in alpha_write_fp_reg_s() 198 case 1: LDS( 1, val); break; in alpha_write_fp_reg_s() 199 case 2: LDS( 2, val); break; in alpha_write_fp_reg_s() 200 case 3: LDS( 3, val); break; in alpha_write_fp_reg_s() 201 case 4: LDS( 4, val); break; in alpha_write_fp_reg_s() 202 case 5: LDS( 5, val); break; in alpha_write_fp_reg_s() 203 case 6: LDS( 6, val); break; in alpha_write_fp_reg_s() [all …]
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | Makefile | 41 quiet_cmd__cpp_lds_S = LDS $@
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 124 # Defer reading the immediate until trans_{LDS,STS}. 130 LDS 1001 000 ..... 0000 @ldst_s
|
H A D | disas.c | 188 INSN(LDS, "r%d, %d", a->rd, a->imm)
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | uk-EmleyMoor | 95 [C56 L-LDS]
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.build | 321 quiet_cmd_cpp_lds_S = LDS $@
|
H A D | Makefile.spl | 398 quiet_cmd_cpp_lds = LDS $@
|
/openbmc/linux/scripts/ |
H A D | Makefile.build | 368 quiet_cmd_cpp_lds_S = LDS $@
|
/openbmc/u-boot/ |
H A D | Makefile | 1659 quiet_cmd_cpp_lds = LDS $@
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 1868 Field 4 LDS
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 1691 [0xC5] = X86_OP_ENTRY3(LDS, G,z, EM,p, None, None, chk(i64)), 2602 * Otherwise the instruction is LES or LDS. 2613 * otherwise the instruction is LES or LDS.
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 252 c5: LDS Gz,Mp (i64) | VEX+1byte (Prefix)
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 252 c5: LDS Gz,Mp (i64) | VEX+1byte (Prefix)
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1028 "LDS r32, m16:32","LDSL m16:32, r32","ldsl m16:32, r32","C5 /r","V","N.S.","","modrm_memonly,operan… 1029 "LDS r16, m16:16","LDSW m16:16, r16","ldsw m16:16, r16","C5 /r","V","N.S.","","modrm_memonly,operan…
|