HomeSort by relevance Sort by last modified time
    Searched defs:WB (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 151 const MachineOperand &WB = isLoad ? MI->getOperand(1) : MI->getOperand(0);
154 unsigned WBReg = WB.getReg();
228 if (WB.isDead())
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-vax.c 192 #define WB (2+-32768)
209 {WF + 1, WB + 1, 3, C (1, 2)},/* W^"foo" 1,1 */
214 {WF + 2, WB + 2, 4, C (2, 2)},/* br.+? brw X 2,1 */
219 {WF, WB, 2, C (3, 2)}, /* brw W^foo 3,1 */
224 {WF, WB, 2, C (4, 2)}, /* acb_ ^Wfoo 4,1 */
229 {WF + 4, WB + 4, 6, C (5, 2)},/* Xob.+2,brb.+3,brw5,1 */
238 #undef WB
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 149 const MachineOperand &WB = isLoad ? MI.getOperand(1) : MI.getOperand(0);
152 unsigned WBReg = WB.getReg();
251 if (WB.isDead())
    [all...]

Completed in 176 milliseconds