Searched defs:offs16 (Results 1 – 1 of 1) sorted by relevance
/llvm-project/lldb/unittests/Instruction/LoongArch/ |
H A D | TestLoongArchEmulator.cpp | 102 uint32_t offs16) { in EncodeBcondType() 107 static uint32_t BEQ(uint32_t rj, uint32_t rd, int32_t offs16) { in BEQ() 111 static uint32_t BNE(uint32_t rj, uint32_t rd, int32_t offs16) { in BNE() 115 static uint32_t BLT(uint32_t rj, uint32_t rd, int32_t offs16) { in BLT() 119 static uint32_t BGE(uint32_t rj, uint32_t rd, int32_t offs16) { in BGE() 123 static uint32_t BLTU(uint32_t rj, uint32_t rd, int32_t offs16) { in BLTU() 127 static uint32_t BGEU(uint32_t rj, uint32_t rd, int32_t offs16) { in BGEU() 176 uint32_t offs16 = 0x10; in TEST_F() local
|