Searched refs:fcsr (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/arch/loongarch64/bits/ |
H A D | user.h | 15 unsigned int fcsr; member
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 105 static const u32 fcsr = 1; variable 156 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_init() 278 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_blocks()
|
/third_party/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 105 static const u32 fcsr = 1; variable 156 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_init() 278 asm volatile ("ctc1 %0,$31"::"r"(fcsr)); in poly1305_blocks()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1459 Format(instr, "movgr2fcsr fcsr, 'rj"); in DecodeTypekOp22() 1462 Format(instr, "movfcsr2gr 'rd, fcsr"); in DecodeTypekOp22()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 2012 void Assembler::movgr2fcsr(Register rj, FPUControlRegister fcsr) { in movgr2fcsr() argument 2013 GenRegister(MOVGR2FCSR, rj, fcsr); in movgr2fcsr() 2016 void Assembler::movfcsr2gr(Register rd, FPUControlRegister fcsr) { in movfcsr2gr() argument 2017 GenRegister(MOVFCSR2GR, fcsr, rd); in movfcsr2gr()
|
H A D | assembler-loong64.h | 669 void movgr2fcsr(Register rj, FPUControlRegister fcsr = FCSR0); 670 void movfcsr2gr(Register rd, FPUControlRegister fcsr = FCSR0);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/loongarch64/ |
H A D | mod.rs | 117 pub fcsr: u32,
|
Completed in 13 milliseconds