Searched refs:sbic (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
D | inst-sbic.s | 6 sbic 4, 3 7 sbic 6, 2 8 sbic 16, 5 9 sbic 0, 0 11 sbic foo+1, 1 13 ; CHECK: sbic 4, 3 ; encoding: [0x23,0x99] 14 ; CHECK: sbic 6, 2 ; encoding: [0x32,0x99] 15 ; CHECK: sbic 16, 5 ; encoding: [0x85,0x99] 16 ; CHECK: sbic 0, 0 ; encoding: [0x00,0x99] 18 ; CHECK: sbic foo+1, 1 ; encoding: [0bAAAAA001,0x99]
|
D | relocations.s | 19 sbic foo, 1 label
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 904 "sbic\t$a, $b",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 937 "sbic\t$a, $b",
|